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

'Declaration
Public ReadOnly Property Parameters As ReportParameterInfoCollection
'Usage
Dim instance As SubreportProcessingEventArgs
Dim value As ReportParameterInfoCollection

value = instance.Parameters
public ReportParameterInfoCollection Parameters { get; }
public:
property ReportParameterInfoCollection^ Parameters {
    ReportParameterInfoCollection^ get ();
}
/** @property */
public ReportParameterInfoCollection get_Parameters ()
public function get Parameters () : ReportParameterInfoCollection

Property Value

A ReportParameterInfoCollection containing information about the subreport parameters.

See Also

Reference

SubreportProcessingEventArgs Class
SubreportProcessingEventArgs Members
Microsoft.Reporting.WinForms Namespace