次の方法で共有


ReportSectionCollection.Item[Int32] プロパティ

定義

指定されたキーにあるアイテムを取得または設定します。

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

パラメーター

index
Int32

項目のインデックス。

プロパティ値

指定した名前の ReportSection オブジェクト。

適用対象