Propriété Item
Returns a data cell at the specified row and column.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
row As Integer, _
column As Integer _
) As DataCell
Get
'Utilisation
Dim instance As DataCellCollection
Dim row As Integer
Dim column As Integer
Dim value As DataCell
value = instance(row, column)
public DataCell this[
int row,
int column
] { get; }
public:
property DataCell^ default[int row, int column] {
DataCell^ get (int row, int column);
}
member Item : DataCell
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- row
Type : System. . :: . .Int32
The row number of the data cell to retrieve.
- column
Type : System. . :: . .Int32
The column number of the data cell to retrieve.
Valeur de propriété
Type : Microsoft.ReportingServices.ReportRendering. . :: . .DataCell
A DataCell object.
Voir aussi