[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.DataValueCollection

DataValueCollection Class

Represents the collection of data values.

Inheritance
DataValueCollection
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Obsolete("Will be made internal. Must not be used.")]
public abstract class DataValueCollection

Constructors

Name Description
DataValueCollection()

Properties

Name Description
Count

Gets the data values count.

this[int]

Gets the DataValue at the specified index.

Extension Methods