[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataCell

DataCell Class

Represents the set of data values to pass to the custom report item for specific leaf-node groupings within CustomData.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class DataCell : ReportComponentContainer, IReportComponentContainer, IRdlContainer, IReportComponent, IComponent, IDisposable, IValidateable

Constructors

Name Description
DataCell()

Initializes a new instance of the DataCell class.

Properties

Name Description
DataValues

Gets the collection of data values to pass to the custom report item.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the DataCell object.

Extension Methods