ActiveReports 18 .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 current data cell.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property DataValues As DataValueCollection
    public abstract DataValueCollection DataValues {get;}
    See Also