ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / ILayoutArea Interface / Name Property

In This Topic
    Name Property (ILayoutArea)
    In This Topic
    Gets the name of the area component item (for debugging purposes).
    Syntax
    'Declaration
     
    ReadOnly Property Name As String
    string Name {get;}

    Property Value

    The name of the area component item as a System.String.
    See Also