ThemeDataStyles Property

Gets the style associated with this theme. This is because usually the client needs them, and doing 2 calls is unnecessary.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "styles", EmitDefaultValue = false)]
public IList<StyleData> Styles { get; }

Property Value

Type: IListStyleData
The styles.
See Also