Condividi tramite


MatrixCellCollection.Item Property

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

Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintassi

'Dichiarazione
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)

Parametri

  • 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.

Valore proprietà

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

MatrixCellCollection Class
MatrixCellCollection Members
Microsoft.ReportingServices.ReportRendering Namespace