Report.Parameters Property

Definition

Gets the report parameters.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportParameterCollection ^ Parameters { Microsoft::ReportingServices::OnDemandReportRendering::ReportParameterCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportParameterCollection Parameters { get; }
member this.Parameters : Microsoft.ReportingServices.OnDemandReportRendering.ReportParameterCollection
Public ReadOnly Property Parameters As ReportParameterCollection

Property Value

A ReportParameterCollection object.

Applies to