Share via


DataCell Class

Defines the list of data values to pass to the custom report item for a specific combination of leaf-node groups in CustomData.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class DataCell _
    Inherits RdlCollection(Of DataValue)
'Usage
Dim instance As DataCell
public class DataCell : RdlCollection<DataValue>
public ref class DataCell : public RdlCollection<DataValue^>
type DataCell =  
    class
        inherit RdlCollection<DataValue>
    end
public class DataCell extends RdlCollection<DataValue>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.