Open this page in the API Guide

Theme.StyleIds 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 (25.1.0.1000)
Syntax
public IList<Guid> StyleIds { get; }

Property Value

Type: IList<Guid>
The style IDs.
See Also