Поделиться через


ExecutionInfo.ParametersRequired Property

Indicates whether the report requires parameter values to be supplied.

Пространство имен: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Сборка: ReportExecution2005 (in reportexecutionservice.dll)

Синтаксис

'Декларация
Public Property ParametersRequired As Boolean
public bool ParametersRequired { get; set; }
public:
property bool ParametersRequired {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ParametersRequired ()

/** @property */
public void set_ParametersRequired (boolean value)
public function get ParametersRequired () : boolean

public function set ParametersRequired (value : boolean)

Значение свойства

A Boolean value.

Замечания

The report will not run if this property is true.

Синхронизация потоков

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