[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.LayoutChangingArgs.OldSectionName

OldSectionName Property

OldSectionName

Gets a value representing the original name of the section before it was renamed.

Declaration
public string OldSectionName { get; }
Property Value
Type Description
string

A string representing the old name of the section involved in the layout change. This is particularly relevant in scenarios where sections are being renamed.

Remarks

Accessing the OldSectionName allows for tracking of section name changes within the layout, facilitating updates to related references or documentation.