Partager via


Parameters propriété

Gets the parameters for the report.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans 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 la propriété

Type : Microsoft.ReportingServices.ReportRendering. . :: . .ReportParameterCollection
A ReportParameterCollection object that has the parameters that this report uses.