Поделиться через


ReportSectionCollection.Item[Int32] Свойство

Определение

Возвращает или задает элемент по указанному ключу.

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

Параметры

index
Int32

Индекс элемента.

Значение свойства

Объект ReportSection с заданным именем.

Применяется к