ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer.Services Namespace / RenderSettings Class / Settings Property

In This Topic
    Settings Property (RenderSettings)
    In This Topic
    Gets or sets the dictionary of settings for rendering extensions.
    Syntax
    'Declaration
     
    Public Property Settings As Dictionary(Of String,String)
    public Dictionary<string,string> Settings {get; set;}

    Property Value

    A dictionary where the key is a System.String representing the setting name and the value is a System.String representing the setting value.
    See Also