ActiveReports Developer 7
CustomData Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : CustomData Class

Glossary Item Box

The following tables list the members exposed by CustomData.

Public Constructors

 NameDescription
Public ConstructorCustomData ConstructorInitializes a new instance of the CustomData class.  
Top

Public Properties

 NameDescription
Public PropertyDataColumnGroupingsA DataGroupingCollection containing the column groupings for the data.  
Public PropertyDataRowGroupingsA DataGroupingCollection containing the row groupings for the data.  
Public PropertyDataRowsA DataRowCollection containing the data values to calculate for each detail cell of the data.  
Public PropertyDataSetNameIndicates which data set to use as the source of data for the custom report item.  
Public PropertyFiltersA FilterCollection containing the filters to apply to each row of data.  
Top

Public Methods

 NameDescription
Public MethodValidateValidates the information in each property of the DataDynamics.Reports.ReportObjectModel.Runtime.CustomData object.  
Top

See Also