ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataCell Class / DataValues Property

In This Topic
    DataValues Property (DataCell)
    In This Topic
    Gets the data values of the current data cell.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property DataValues As DataValueCollection
    public abstract DataValueCollection DataValues {get;}

    Property Value

    A DataValueCollection containing the data values of the cell.
    See Also