Właściwość ReportSectionCollection.Item
Pobiera lub ustawia element w określonym klucz.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overrides ReadOnly Default Property Item ( _
index As Integer _
) As ReportSection
Get
'Użycie
Dim instance As ReportSectionCollection
Dim index As Integer
Dim value As ReportSection
value = instance(index)
public override ReportSection this[
int index
] { get; }
public:
virtual property ReportSection^ default[int index] {
ReportSection^ get (int index) override;
}
abstract Item : ReportSection
override Item : ReportSection
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- index
Typ: System.Int32
Indeks element.
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSection
A ReportSection obiekt, który ma określoną nazwę.
Zobacz także