TablixCornerRowCollection.Item[Int32] 屬性

定義

取得指定之索引處的項目。

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::TablixCornerRow ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::TablixCornerRow ^ get(int index); };
public override Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerRow this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerRow
Default Public Overrides ReadOnly Property Item(index As Integer) As TablixCornerRow

參數

index
Int32

項目的索引。

屬性值

TablixCornerRow

指定索引處的 TablixCornerRow

適用於