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


PageSettings.Margins Property

Represents the margins for a report page. Read-only.

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

Синтаксис

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

/** @property */
public void set_Margins (ReportMargins value)
public function get Margins () : ReportMargins

public function set Margins (value : ReportMargins)

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

A read-only ReportMargins object encapsulating the margins for a report page.

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

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.

См. также

Справочник

PageSettings Class
PageSettings Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace