DataMemberCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data member at the specified index.
public:
property Microsoft::ReportingServices::ReportRendering::DataMember ^ default[int] { Microsoft::ReportingServices::ReportRendering::DataMember ^ get(int index); };
public Microsoft.ReportingServices.ReportRendering.DataMember this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.ReportRendering.DataMember
Default Public ReadOnly Property Item(index As Integer) As DataMember
Parameters
- index
- Int32
The index of the data member to retrieve.
Property Value
A DataMember object.