| Visual Basic (Declaration) | |
|---|---|
Public Property Url As System.String | |
| C# | |
|---|---|
public System.string Url {get; set;} | |
Property Value
A relative URL string.Use this property for ease of deployment when you have multiple ActiveReports applications on a Web server and want to use a single ActiveReports.FlashViewer.swf file in a shared directory.
| Visual Basic | Copy Code |
|---|---|
WebViewer.FlashViewerOptions.Url = "FlashViewerFolder/ActiveReports.FlashViewer.swf" | |
| C# | Copy Code |
|---|---|
WebViewer.FlashViewerOptions.Url = "FlashViewerFolder/ActiveReports.FlashViewer.swf"; | |