[]
Gets or sets a dictionary of themes used in the report.
public Dictionary<string, Theme> Themes { get; set; }
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. |