MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / ThemeUri Property
Example

In This Topic
ThemeUri Property (Report)
In This Topic
Gets or sets an URI for the current attached theme.
Syntax
'Declaration
 
Public Property ThemeUri As ExpressionInfo
 

Property Value

An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object indicating the URI for the current attached theme.
Example
Report.ThemeUri = "path/to/your/theme.rdlx-theme";
See Also