[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataRow

DataRow Class

Represents a row of data containing columns to pass to a custom report item.

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

Constructors

Name Description
DataRow()

Initializes a new instance of the DataRow class.

Properties

Name Description
DataCells

Gets the collection of data cells within this data row.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the DataRow object.

Extension Methods