Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Returns a MatrixCell object at a specified row and column in the collection.
Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntaxe
'Déclaration
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)
Paramètres
- 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.
Valeur de propriété
A MatrixCell object.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
MatrixCellCollection Class
MatrixCellCollection Members
Microsoft.ReportingServices.ReportRendering Namespace