ChartFormulaParameterCollection.Item[String] Property

Definition

Gets the item of the specified name.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ChartFormulaParameter ^ default[System::String ^] { Microsoft::ReportingServices::OnDemandReportRendering::ChartFormulaParameter ^ get(System::String ^ name); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartFormulaParameter this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.OnDemandReportRendering.ChartFormulaParameter
Default Public ReadOnly Property Item(name As String) As ChartFormulaParameter

Parameters

name
String

The name of the item in the collection.

Property Value

A ChartFormulaParameter object that has the specified name.

Applies to