Item-Eigenschaft
Gets the data member at the specified index.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As DataMember
Get
'Usage
Dim instance As DataMemberCollection
Dim index As Integer
Dim value As DataMember
value = instance(index)
public DataMember this[
int index
] { get; }
public:
property DataMember^ default[int index] {
DataMember^ get (int index);
}
member Item : DataMember
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- index
Typ: System. . :: . .Int32
The index of the data member to retrieve.
Eigenschaftenwert
Typ: Microsoft.ReportingServices.ReportRendering. . :: . .DataMember
A DataMember object.