IReportData.ReportParameters Property

Definition

Gets the parameters for the report.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportParameter ^> ^ ReportParameters { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportParameter ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportParameter> ReportParameters { get; }
member this.ReportParameters : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportParameter>
Public ReadOnly Property ReportParameters As IList(Of ReportParameter)

Property Value

The collection of report parameters.

Applies to