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)
Parameter
- 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.
Eigenschaftswert
A MatrixCell object.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
MatrixCellCollection Class
MatrixCellCollection Members
Microsoft.ReportingServices.ReportRendering Namespace