Partilhar via


Propriedade ReportParametersEventArgs.Parameters

Gets the parameters that are being submitted to the report server by the user in the parameter prompt area.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
Public ReadOnly Property Parameters As ReportParameterCollection
public ReportParameterCollection Parameters { get; }
public:
property ReportParameterCollection^ Parameters {
    ReportParameterCollection^ get ();
}
member Parameters : ReportParameterCollection with get
function get Parameters () : ReportParameterCollection

Valor de propriedade

Tipo: Microsoft.Reporting.WebForms.ReportParameterCollection
A ReportParameterCollection object containing the parameter values submitted by the user.

Comentários

This collection property includes all visible report parameter values and not just the values that have changed. However, when parameters are being automatically submitted to update the dependent parameters without processing the report, the dependent parameters are not included.

Although it is read-only, you can modify the contents of the collection in the ReportParametersEventHandler method before they are submitted to the report server.

Consulte também

Referência

ReportParametersEventArgs Classe

Namespace Microsoft.Reporting.WebForms