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

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