CustomData.DataCells Property

Definition

Returns the data values contained in each detail cell of the custom report item data.

public:
 property Microsoft::ReportingServices::ReportRendering::DataCellCollection ^ DataCells { Microsoft::ReportingServices::ReportRendering::DataCellCollection ^ get(); };
public Microsoft.ReportingServices.ReportRendering.DataCellCollection DataCells { get; }
member this.DataCells : Microsoft.ReportingServices.ReportRendering.DataCellCollection
Public ReadOnly Property DataCells As DataCellCollection

Property Value

A DataCellCollection object containing the data values contained in each detail cell of the custom report item data.

Applies to