ThemeStyleIds Property

Gets the IDs of the styles associated with this theme.

Namespace: Dundas.BI.Entities.Views.Styles
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public IList<Guid> StyleIds { get; }

Property Value

IListGuid
The style IDs.
See Also