ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DesignerSettings Class / Title Property

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

    Property Value

    An instance of TitleSettings representing the title settings.
    See Also