ExecutionInfo.Parameters Property
Contains the current parameter information for the execution.
Spazio dei nomi: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Assembly : ReportExecution2005 (in reportexecutionservice.dll)
Sintassi
'Dichiarazione
Public Property Parameters As ReportParameter()
public ReportParameter[] Parameters { get; set; }
public:
property array<ReportParameter^>^ Parameters {
array<ReportParameter^>^ get ();
void set (array<ReportParameter^>^ value);
}
/** @property */
public ReportParameter[] get_Parameters ()
/** @property */
public void set_Parameters (ReportParameter[] value)
public function get Parameters () : ReportParameter[]
public function set Parameters (value : ReportParameter[])
Valore proprietà
An array of ReportParameter objects.
Osservazioni
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.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
ExecutionInfo Class
ExecutionInfo Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace