In This Topic
The following tables list the members exposed by CustomData.
Public Constructors
Public Properties
| Name | Description |
| DataColumnGroupings | A GrapeCity.ActiveReports.PageReportModel.Rdl.DataRowColumnGroupingCollection containing the column groupings for the data. |
| DataRowGroupings | A GrapeCity.ActiveReports.PageReportModel.Rdl.DataRowColumnGroupingCollection containing the row groupings for the data. |
| DataRows | A GrapeCity.ActiveReports.PageReportModel.Rdl.DataRowCollection containing the data values to calculate for each detail cell of the data. |
| DataSetName | Indicates which data set to use as the source of data for the custom report item. |
| DataSetParameters | A collection of Parameter containing the parameters for the data. |
| Filters | A GrapeCity.ActiveReports.PageReportModel.Rdl.FilterCollection containing the filters to apply to each row of data. |
Top
Public Methods
| Name | Description |
| Validate | Validates the information in each property of the CustomData object. |
Top
See Also