TablixColumnCollection.Item[Int32] Property

Definition

Gets the item at the specified index.

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

Parameters

index
Int32

The index of the item.

Property Value

A TablixColumn object at the specified index.

Applies to