ExecutionInfo.Parameters Property
Contains the current parameter information for the execution.
Пространство имен: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Сборка: ReportExecution2005 (in reportexecutionservice.dll)
Синтаксис
'Декларация
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[])
Значение свойства
An array of ReportParameter objects.
Замечания
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.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ExecutionInfo Class
ExecutionInfo Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace