Propriedade SubreportProcessingEventArgs.Parameters
Gets a collection of parameters for the subreport.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
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
Valor de propriedade
Tipo: Microsoft.Reporting.WinForms.ReportParameterInfoCollection
A ReportParameterInfoCollection containing information about the subreport parameters.