ReportParameterCollection.Item[String] Property

Definition

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

Parameters

name
String

Property Value

Applies to