ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / ISettings Interface / GetSettings Method

In This Topic
    GetSettings Method (ISettings)
    In This Topic
    Gets a System.Collections.Specialized.NameValueCollection containing the settings for the rendering extension.
    Syntax
    'Declaration
     
    Function GetSettings() As NameValueCollection
    NameValueCollection GetSettings()

    Return Value

    A System.Collections.Specialized.NameValueCollection containing name/value pairs representing the settings.
    See Also