SubreportProcessingEventArgs.Parameters Property
Gets a collection of parameters for the subreport.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms Namespace