ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / IPropertyBag Interface / PropertyNames Property

In This Topic
    PropertyNames Property
    In This Topic
    Gets names of the properties contained in the bag.
    Syntax
    'Declaration
     
    ReadOnly Property PropertyNames As IEnumerable(Of String)
    IEnumerable<string> PropertyNames {get;}
    See Also