ActiveReports 8
Corner Property
See Also 
GrapeCity.ActiveReports.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also