Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the width of the left margin.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property LeftMargin As ReportSize
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.