[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Json.ReportJsonTemplateBuilder.ReportResources.Themes

Themes Property

Themes

Gets or sets a dictionary of themes used in the report.

Declaration
public Dictionary<string, Theme> Themes { get; set; }
Property Value
Type Description
Dictionary<string, Theme>

A Dictionary<TKey, TValue> with keys of type string and values of type Theme, representing the themes used in the report.