ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / CustomData Class / DataCells Property

In This Topic
    DataCells Property (CustomData)
    In This Topic
    Contains the cells contained in the detail-data area of the CustomData structure.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property DataCells As DataCellCollection
    public abstract DataCellCollection DataCells {get;}
    See Also