[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CustomData

CustomData Class

Represents data intended for use by a CustomReportItem.

Inheritance
CustomData
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class CustomData : IValidateable
Remarks

This class corresponds to the RDL (Report Definition Language) CustomData element. If a CustomReportItem defines a CustomData element, it is treated as a data region. This imposes similar restrictions as other data regions, such as disallowing placement in detail rows or page header/footer sections.

Constructors

Name Description
CustomData()

Initializes a new instance of the CustomData class.

Properties

Name Description
DataColumnGroupings

Gets the column groupings defined for the custom report item's data.

DataRowGroupings

Gets the row groupings defined for the custom report item's data.

DataRows

Gets the data values calculated for each detail cell of the custom report item's data.

DataSetName

Gets or sets s name of the data set used as the data source for the CustomReportItem.

DataSetParameters

Gets a collection of parameters associated with the custom report item's data.

Filters

Gets a collection of filters to apply to each row of data.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the CustomData object.

Extension Methods