Gets or sets a relative URL value that specifies the location of the ActiveReports.FlashViewer.Resources.swf file that contains localized resources.
Syntax
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.
Remarks
Example
Visual Basic | Copy Code |
---|
WebViewer.FlashViewerOptions.ResourceUrl = "FlashViewerFolder/ActiveReports.FlashViewer.Resources.swf" |
C# | Copy Code |
---|
WebViewer.FlashViewerOptions.ResourceUrl = "FlashViewerFolder/ActiveReports.FlashViewer.Resources.swf"; |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also