Share via


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

适用于