Właściwość SubreportProcessingEventArgs.Parameters —
Gets a collection of parameters for the subreport.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Public ReadOnly Property Parameters As ReportParameterInfoCollection
public ReportParameterInfoCollection Parameters { get; }
public:
property ReportParameterInfoCollection^ Parameters {
ReportParameterInfoCollection^ get ();
}
member Parameters : ReportParameterInfoCollection with get
function get Parameters () : ReportParameterInfoCollection
Wartość właściwości
Typ: Microsoft.Reporting.WebForms.ReportParameterInfoCollection
A ReportParameterInfoCollection containing information about the subreport parameters.