[]
Gets or sets a value representing the title of the designer form.
public string DesignerTitle { get; set; }
Type | Description |
---|---|
string | A string that represents the title displayed in the form's title bar. |
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.