ActiveReports 12
ThemeUrl Property
Example 

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > FlashViewerOptions Class : ThemeUrl Property
Gets or sets a value specifying the relative URL of a skin to use on the FlashViewer.
Syntax
'Declaration
 
Public Property ThemeUrl As String
public string ThemeUrl {get; set;}

Property Value

A string relative URL value.
Remarks
The following skins are included in the Deployment folder:
Example
WebViewer.FlashViewerOptions.ThemeUrl = Request.Form["ThemesDropDownList"];
WebViewer.FlashViewerOptions.ThemeUrl = Request.Form("ThemesDropDownList")
See Also

Reference

FlashViewerOptions Class
FlashViewerOptions Members