ParameterCollection.Item[Int32] Property

Definition

Gets the item at the specified index.

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

Parameters

index
Int32

The index of the item.

Property Value

The Parameter object at the specified index.

Applies to