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


ExecutionInfo.ReportPageSettings Property

Represents the report page settings for the current execution.

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

Синтаксис

'Декларация
Public Property ReportPageSettings As PageSettings
public PageSettings ReportPageSettings { get; set; }
public:
property PageSettings^ ReportPageSettings {
    PageSettings^ get ();
    void set (PageSettings^ value);
}
/** @property */
public PageSettings get_ReportPageSettings ()

/** @property */
public void set_ReportPageSettings (PageSettings value)
public function get ReportPageSettings () : PageSettings

public function set ReportPageSettings (value : PageSettings)

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

A PageSettings object encapsulating the page settings for the report.

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

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