CustomData.DataCells 属性

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

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property DataCells As DataCellCollection 
    Get
用法
Dim instance As CustomData 
Dim value As DataCellCollection 

value = instance.DataCells
public DataCellCollection DataCells { get; }
public:
property DataCellCollection^ DataCells {
    DataCellCollection^ get ();
}
member DataCells : DataCellCollection
function get DataCells () : DataCellCollection

属性值

类型:Microsoft.ReportingServices.ReportRendering.DataCellCollection
A DataCellCollection object containing the data values contained in each detail cell of the custom report item data.

请参阅

参考

CustomData 类

Microsoft.ReportingServices.ReportRendering 命名空间