[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ITablixCorner

ITablixCorner Interface

Represents the layout and structure of the upper left-hand corner region of a tablix.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ITablixCorner
Remarks

The height of the corner is the sum of the heights of the column headers. The width of the corner is the sum of the widths of the row headers.

Properties

Name Description
RowCollection

Gets the rows of the tablix corner.

Extension Methods