ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / LayoutChangingArgs Class / NewSectionName Property

In This Topic
NewSectionName Property
In This Topic
Gets the name of the new section.
Syntax
'Declaration
 
Public ReadOnly Property NewSectionName As String
 

Property Value

A System.String representing the new name of the section. This name is applied as part of the layout change, typically during a renaming operation.
Remarks
The NewSectionName property provides the updated section name, enabling the application to reflect the most current naming conventions and ensure consistency across the layout.
See Also