ActiveReports 18 .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
    Specifies 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;}
    See Also