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)
 

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