ReportSectionCollection.Item[Int32] Propiedad

Definición

Obtiene o establece el elemento en la clave especificada.

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

Parámetros

index
Int32

Índice del elemento.

Valor de propiedad

Objeto ReportSection con el nombre especificado.

Se aplica a