ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions.PdfReExclusiveOptions Class / DocumentToAddBeforeReport Property

In This Topic
    DocumentToAddBeforeReport Property (PdfExportOptions.PdfReExclusiveOptions)
    In This Topic
    Gets or sets the path to the PDF document that should be inserted to the beginning of the rendering output (PDF RE).
    Syntax
    'Declaration
     
    Public Property DocumentToAddBeforeReport As String
    public string DocumentToAddBeforeReport {get; set;}

    Property Value

    A System.String value indicating the file path to the PDF document.
    See Also