ReportSectionCollection.Item[Int32] Proprietà

Definizione

Ottiene o imposta l'elemento in corrispondenza della chiave specificata.

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

Parametri

index
Int32

Indice dell'elemento.

Valore della proprietà

Oggetto ReportSection con il nome specificato.

Si applica a