Visual Basic (Declaration) | |
---|---|
Public Property ResourceUrl As System.String |
C# | |
---|---|
public System.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.You can specify a comma-separated list of URLs for partial localization.
Visual Basic | Copy Code |
---|---|
WebViewer.FlashViewerOptions.ResourceUrl = "FlashViewerFolder/ActiveReports.FlashViewer.Resources.swf" |
C# | Copy Code |
---|---|
WebViewer.FlashViewerOptions.ResourceUrl = "FlashViewerFolder/ActiveReports.FlashViewer.Resources.swf"; |