[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Page.LeftMargin

LeftMargin Property

LeftMargin

Gets or sets a width of the left margin.

Declaration
public Length LeftMargin { get; set; }
Property Value
Type Description
Length

A Length value indicating the width of the left margin. Default value is 0in.

Examples
Page page = new Page();
page.LeftMargin = "1in";