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

In This Topic
    Application Property (PdfExportOptions)
    In This Topic
    Specifies the Application used to produce the PDF when using the PDF Viewer type.
    Syntax
    'Declaration
     
    Public Property Application As String
    public string Application {get; set;}

    Property Value

    A System.String value indicating the application name to be used in the PDF metadata.
    See Also