ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / PdfExportSettings Class / Subject Property

In This Topic
    Subject Property (PdfExportSettings)
    In This Topic
    Gets or sets the subject of the PDF document.
    Syntax
    'Declaration
     
    Public Property Subject As StringDefaultExportSetting
    public StringDefaultExportSetting Subject {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the subject of the PDF document.
    See Also