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

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