GrapeCity ActiveReports for .NET 12.0J
Url プロパティ
使用例 

FlashViewerオブジェクトを含むGrapecity.ActiveReports.Flash.v10.swfファイルの場所を指定する相対URL値を取得または設定します。
構文
'宣言
 
Public Property Url As String
public string Url {get; set;}

プロパティ値

相対URLの文字列。
解説
Webサーバーに複数のActiveReportsアプリケーションがあって、共有ディレクトリから一つのActiveReports.FlashViewer.swfファイルを使用したい場合に、このプロパティの使用で容易にデプロイできます。
使用例
WebViewer.FlashViewerOptions.Url = "FlashViewerFolder/ActiveReports.FlashViewer.swf"
WebViewer.FlashViewerOptions.Url = "FlashViewerFolder/ActiveReports.FlashViewer.swf";
WebViewer.FlashViewerOptions.Url = "FlashViewerFolder/ActiveReports.FlashViewer.swf"
WebViewer.FlashViewerOptions.Url = "FlashViewerFolder/ActiveReports.FlashViewer.swf";
参照

関連項目

FlashViewerOptions クラス
FlashViewerOptions メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.