Właściwość DataCellCollection.Item
Zwraca komórka danych określonego wiersza i kolumna.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
row As Integer, _
column As Integer _
) As DataCell
Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- row
Typ: System.Int32
Numer wiersza komórka danych do pobrania.
- column
Typ: System.Int32
Numer kolumna komórka danych do pobrania.
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.DataCell
A DataCell obiektu.
Zobacz także