[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Advanced.DesignerForm.DesignerTitle

DesignerTitle Property

DesignerTitle

Gets or sets a value representing the title of the designer form.

Declaration
public string DesignerTitle { get; set; }
Property Value
Type Description
string

A string that represents the title displayed in the form's title bar.

Remarks

Setting this property updates the title of the designer form dynamically based on the current report being edited. It also triggers an update to the report name displayed in the file panel, ensuring that the user interface reflects the current state of the report being designed.