ReportSectionCollection.Item[Int32] Property

Definition

Gets or sets the item at the specified key.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportSection ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::ReportSection ^ get(int index); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportSection this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.ReportSection
Default Public Overrides ReadOnly Property Item(index As Integer) As ReportSection

Parameters

index
Int32

The item index.

Property Value

A ReportSection object that has the specified name.

Applies to