Share via


MatrixCellCollection.Item Property

Returns a MatrixCell object at a specified row and column in the collection.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    row As Integer, _
    column As Integer _
) As MatrixCell
public MatrixCell this [
    int row,
    int column
] { get; }
public:
property MatrixCell^ default [int, int] {
    MatrixCell^ get (int row, int column);
}
/** @property */
public MatrixCell get_Item (int row, int column)

Parameters

  • row
    The number of the row in the matrix from which to retrieve the matrix cell.
  • column
    The number of the column in the matrix from which to retrieve the matrix cell.

Property Value

A MatrixCell object.

Thread Safety

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

MatrixCellCollection Class
MatrixCellCollection Members
Microsoft.ReportingServices.ReportRendering Namespace