LocalReport.GetParameters Method ()

 

Returns report parameter properties for the report.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public override ReportParameterInfoCollection GetParameters()
public:
virtual ReportParameterInfoCollection^ GetParameters() override
override GetParameters : unit -> ReportParameterInfoCollection
Public Overrides Function GetParameters As ReportParameterInfoCollection

Return Value

Type: Microsoft.Reporting.WinForms.ReportParameterInfoCollection

A ReportParameterInfoCollection object that contains a collection of ReportParameterInfo objects.

Remarks

The GetParameters method can also be used to validate parameter values against parameters for a local report if valid values have been supplied.

See Also

LocalReport Class
Microsoft.Reporting.WinForms Namespace

Return to top