ReportSectionCollection.Item[Int32] Propriedade

Definição

Obtém ou define o item na chave 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

O índice do item.

Valor da propriedade

Um objeto ReportSection que tem o nome especificado.

Aplica-se a