CustomData.DataCells Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.