ActiveReports 12
ResourceUrl Property
Example 

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > FlashViewerOptions Class : ResourceUrl Property
Gets or sets a relative URL value that specifies the location of the ActiveReports.FlashViewer.Resources.swf file that contains localized resources.
Syntax
'Declaration
 
Public Property ResourceUrl As String
public string ResourceUrl {get; set;}

Property Value

A string URL value. The default value is an empty string, indicating that the FlashViewer supplies the ActiveReports.FlashViewer.Resources.swf file in the same folder.
Remarks
You can specify a comma-separated list of URLs for partial localization.
Example
WebViewer.FlashViewerOptions.ResourceUrl = "FlashViewerFolder/ActiveReports.FlashViewer.Resources.swf"
WebViewer.FlashViewerOptions.ResourceUrl = "FlashViewerFolder/ActiveReports.FlashViewer.Resources.swf";
See Also

Reference

FlashViewerOptions Class
FlashViewerOptions Members