Свойство TopMargin

Width of the top margin.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property TopMargin As ReportSize
    Get
    Set
'Применение
Dim instance As Page
Dim value As ReportSize

value = instance.TopMargin

instance.TopMargin = value
public ReportSize TopMargin { get; set; }
public:
property ReportSize TopMargin {
    ReportSize get ();
    void set (ReportSize value);
}
member TopMargin : ReportSize with get, set
function get TopMargin () : ReportSize
function set TopMargin (value : ReportSize)

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

Тип Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportSize object.