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

In This Topic
    Name Property (LayoutChangingArgs)
    In This Topic
    The array of names of the controls or sections to be updated or changed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    public string Name {get;}

    Property Value

    A System.String representing the name of the layout element (such as a control or section) that is involved in the change. This name can be used to identify the specific element that has been added, removed, moved, or otherwise modified.
    Remarks
    The Name property is particularly useful in scenarios where the layout change needs to be tracked or logged, allowing for a more descriptive and understandable representation of the change that occurred.
    See Also