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

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

    Property Value

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