DataMemberCollection.Item Property
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.Int32
The index of the data member to retrieve.
Property Value
Type: Microsoft.ReportingServices.ReportRendering.DataMember
A DataMember object.