SubreportProcessingEventArgs.Parameters Property

 

Gets a collection of parameters for the subreport.

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

Syntax

public ReportParameterInfoCollection Parameters { get; }
public:
property ReportParameterInfoCollection^ Parameters {
    ReportParameterInfoCollection^ get();
}
member Parameters : ReportParameterInfoCollection with get
Public ReadOnly Property Parameters As ReportParameterInfoCollection

Property Value

Type: Microsoft.Reporting.WinForms.ReportParameterInfoCollection

A ReportParameterInfoCollection containing information about the subreport parameters.

See Also

SubreportProcessingEventArgs Class
Microsoft.Reporting.WinForms Namespace

Return to top