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

In This Topic
    DisplayTitle Property (PdfExportOptions)
    In This Topic
    Specifies the PDF DisplayTitle when using the PDF Viewer type.
    Syntax
    'Declaration
     
    Public Property DisplayTitle As Boolean
    public bool DisplayTitle {get; set;}

    Property Value

    A System.Boolean value. true if the PDF should include the DisplayTitle flag; otherwise, false.
    See Also