[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Grid

Grid Class

Represents a component containing information about the alignment of report items on the grid.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class Grid : ReportComponent, IReportComponent, IComponent, IDisposable

Constructors

Name Description
Grid()

Properties

Name Description
Cells

Gets the cells of the grid.

Columns

Gets the columns of the grid.

Rows

Gets the rows of the grid.

Extension Methods