DataCellCollection Class

 

Updated: February 25, 2016

Represents all data cells in a CustomData object. This class cannot be inherited.

Namespace:   Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

System::Object
  Microsoft.ReportingServices.ReportRendering::DataCellCollection

[DefaultMemberAttribute("Item")]
public ref class DataCellCollection sealed 

NameDescription
System_CAPS_pubpropertyColumnCount

Returns the number of columns in the data cell array.

System_CAPS_pubpropertyCount

Gets the number of data cells in the collection.

System_CAPS_pubpropertyItem[Int32, Int32]

Returns a data cell at the specified row and column.

System_CAPS_pubpropertyRowCount

Returns the number of rows in the data cell array.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

This collection encapsulates a two-dimensional array of data cells. There are as many rows as there are leaf-node elements in the DataRowGroupings collection. There are as many columns as there are leaf-node elements in the DataColumnGroupings collection.

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

Return to top
Show: