ThemeGetStyles Method

Gets the styles for this theme from the style IDs.

Namespace:  Dundas.BI.Entities.Views.Styles
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IList<Style> GetStyles()

Return Value

Type: IListStyle
The styles for this theme. If any were not found or unable to access, they are simply omitted.
Exceptions
ExceptionCondition
ArgumentExceptionOne of the IDs in Styles is incorrect.
ArgumentOutOfRangeExceptionAn incorrect revision was requested.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also