ReportViewerWebPart.GetParameters Method

Definition

Returns the parameters of the current report in the ReportViewerWebPart.

public:
 Microsoft::Reporting::WebForms::ReportParameterInfoCollection ^ GetParameters();
public Microsoft.Reporting.WebForms.ReportParameterInfoCollection GetParameters ();
member this.GetParameters : unit -> Microsoft.Reporting.WebForms.ReportParameterInfoCollection
Public Function GetParameters () As ReportParameterInfoCollection

Returns

A collection of ReportParameterInfo objects.

Applies to