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 (9.0.0.1000)
Syntaxpublic IList<Style> GetStyles()
Public Function GetStyles As IList(Of Style)
public:
IList<Style^>^ GetStyles()
member GetStyles : unit -> IList<Style>
Return Value
Type:
IListStyleThe styles for this theme. If any were not found or unable to access, they are simply omitted.
Exceptions| Exception | Condition |
|---|
| ArgumentException | One of the IDs in Styles is incorrect. |
| ArgumentOutOfRangeException | An incorrect revision was requested. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also