ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomData Class
Properties Methods

In This Topic
    CustomData Class Members
    In This Topic

    The following tables list the members exposed by CustomData.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CustomData class.  
    Top
    Public Properties
     NameDescription
    Public PropertyA GrapeCity.ActiveReports.PageReportModel.Rdl.DataRowColumnGroupingCollection containing the column groupings for the data.  
    Public PropertyA GrapeCity.ActiveReports.PageReportModel.Rdl.DataRowColumnGroupingCollection containing the row groupings for the data.  
    Public PropertyA GrapeCity.ActiveReports.PageReportModel.Rdl.DataRowCollection containing the data values to calculate for each detail cell of the data.  
    Public PropertyIndicates which data set to use as the source of data for the custom report item.  
    Public PropertyA collection of Parameter containing the parameters for the data.  
    Public PropertyA GrapeCity.ActiveReports.PageReportModel.Rdl.FilterCollection containing the filters to apply to each row of data.  
    Top
    Public Methods
     NameDescription
    Public MethodValidates the information in each property of the CustomData object.  
    Top
    See Also