[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Report.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
Report report = new Report();
report.LeftMargin = "1in";