Partilhar via


Propriedade do RDL CompiledParagraphInstanceCollection.Item

Gets the item at the specified index.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Overrides ReadOnly Default Property Item ( _
    i As Integer _
) As CompiledParagraphInstance 
    Get
'Uso
Dim instance As CompiledParagraphInstanceCollection 
Dim i As Integer 
Dim value As CompiledParagraphInstance 

value = instance(i)
public override CompiledParagraphInstance this[
    int i
] { get; }
public:
virtual property CompiledParagraphInstance^ default[int i] {
    CompiledParagraphInstance^ get (int i) override;
}
abstract Item : CompiledParagraphInstance 
override Item : CompiledParagraphInstance
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.CompiledParagraphInstance
A CompiledParagraphInstance object at the specified index.

Consulte também

Referência

CompiledParagraphInstanceCollection Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering