Freigeben über


DataCellCollection.Item-Eigenschaft

Returns a data cell at the specified row and column.

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 DataCell 
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

  • row
    Typ: System.Int32
    The row number of the data cell to retrieve.
  • column
    Typ: System.Int32
    The column number of the data cell to retrieve.

Eigenschaftswert

Typ: Microsoft.ReportingServices.ReportRendering.DataCell
A DataCell object.

Siehe auch

Verweis

DataCellCollection Klasse

Microsoft.ReportingServices.ReportRendering-Namespace