Partager via


Parameters propriété

Contains the current parameter information for the execution.

Espace de noms :  ReportExecution2005
Assembly :  ReportExecution2005 (dans ReportExecution2005.dll)

Syntaxe

'Déclaration
Public Property Parameters As ReportParameter()
    Get
    Set
'Utilisation
Dim instance As ExecutionInfo
Dim value As ReportParameter()

value = instance.Parameters

instance.Parameters = value
public ReportParameter[] Parameters { get; set; }
public:
property array<ReportParameter^>^ Parameters {
    array<ReportParameter^>^ get ();
    void set (array<ReportParameter^>^ value);
}
member Parameters : ReportParameter[] with get, set
function get Parameters () : ReportParameter[]
function set Parameters (value : ReportParameter[])

Valeur de la propriété

Type : array<ReportExecution2005. . :: . .ReportParameter> [] () [] []
An array of ReportParameter objects.

Notes

For processed reports or parameters that have been specified, this will contain the parameter values and other information necessary for iterating through the parameter hierarchy.