Proprietà SubreportProcessingEventArgs.Parameters
Recupera una raccolta di parametri per il sottorapporto.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
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
Valore proprietà
Tipo: Microsoft.Reporting.WebForms.ReportParameterInfoCollection
Oggetto ReportParameterInfoCollection contenente le informazioni sui parametri del sottorapporto.