Partager via


Propriété Parameters

Obtient les paramètres du rapport.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parameters As ReportParameterCollection
    Get
'Utilisation
Dim instance As Report
Dim value As ReportParameterCollection

value = instance.Parameters
public ReportParameterCollection Parameters { get; }
public:
property ReportParameterCollection^ Parameters {
    ReportParameterCollection^ get ();
}
member Parameters : ReportParameterCollection
function get Parameters () : ReportParameterCollection

Valeur de propriété

Type : Microsoft.ReportingServices.ReportRendering. . :: . .ReportParameterCollection
Objet ReportParameterCollection avec les paramètres du rapport.