[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.CustomData

CustomData Class

Represents the data for a custom data region.

Inheritance
CustomData
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public abstract class CustomData

Constructors

Name Description
CustomData()

Properties

Name Description
DataCells

Gets the cells contained in the detail-data area of the CustomData structure.

DataColumnGroupings

Gets the groupings on the column axis for the CustomData structure.

DataRowGroupings

Gets the groupings on the row axis for the CustomData structure.

NoRows

Gets a value indicating whether no data is available for this data region.

Extension Methods