ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / TitleSettings Property

In This Topic
    TitleSettings Property
    In This Topic
    Gets or sets settings related to the document title, allowing configuration of whether the browser tab title can be updated by the designer.
    Syntax
    'Declaration
     
    Public Property TitleSettings As TitleSettings
    public TitleSettings TitleSettings {get; set;}

    Property Value

    A TitleSettings object representing the settings related to the document title.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also