Свойство LeftMargin

Width of the left margin.

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

Синтаксис

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

value = instance.LeftMargin

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

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

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