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

In This Topic
    OldSectionName Property
    In This Topic
    Gets the name of the old section.
    Syntax
    'Declaration
     
    Public ReadOnly Property OldSectionName As String
    public string OldSectionName {get;}

    Property Value

    A System.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.
    See Also