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