ActiveReports Developer 7
Corner Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Matrix Class : Corner Property

Glossary Item Box

Gets or sets the region that contains the elements of the upper left corner area of the matrix.

Syntax

Visual Basic (Declaration) 
Public Property Corner As Corner
C# 
public Corner Corner {get; set;}

Property Value

Corner object indicating the region that contains the elements of the upper left corner area of the matrix.

Remarks

If omitted, no report items are output in the corner.

See Also