Report.Parameters Property

Definition

Gets the parameters for the report.

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

Property Value

A ReportParameterCollection object with the parameters that this report uses.

Applies to