[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Report.ThemeUri

ThemeUri Property

ThemeUri

Gets or sets an URI for the current attached theme.

Declaration
[Obsolete("Use Themes instead.")]
public ExpressionInfo ThemeUri { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object indicating the URI for the current attached theme.

Examples
Report.ThemeUri = "path/to/your/theme.rdlx-theme";