ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions.PdfReExclusiveOptions Class / MarginLeft Property

In This Topic
    MarginLeft Property (PdfExportOptions.PdfReExclusiveOptions)
    In This Topic
    Specifies the left margin value, in inches, to set for the report (PDF RE).
    Syntax
    'Declaration
     
    Public Property MarginLeft As Nullable(Of Single)
    public Nullable<float> MarginLeft {get; set;}
    See Also