ActiveReports 18 .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
    Settings for rendering extensions.
    Syntax
    'Declaration
     
    Public Property Settings As Dictionary(Of String,String)
    public Dictionary<string,string> Settings {get; set;}
    See Also