PowerTools ActiveReports for .NET 11.0J
FlashViewerOptions クラス
メンバ  使用例 

WebViewerコントロールのFlashViewerで使用するオプションを設定します。
オブジェクト モデル
FlashViewerOptions クラス
構文
'宣言
 
Public Class FlashViewerOptions 
public class FlashViewerOptions 
使用例
WebViewer.FlashViewerOptions.ResourceLocale = Request.Form("LanguageDropDownList")
WebViewer.FlashViewerOptions.ThemeUrl = Request.Form("ThemesDropDownList")
WebViewer.FlashViewerOptions.ShowSplitter = GetBooleanValueFromForm(Request.Form("ShowSplitter"))
WebViewer.FlashViewerOptions.TocPanelOptions.ShowThumbnails = GetBooleanValueFromForm(Request.Form("ShowThumbnails"))
WebViewer.FlashViewerOptions.TocPanelOptions.ShowToc = GetBooleanValueFromForm(Request.Form("ShowTOC"))
WebViewer.FlashViewerOptions.ResourceLocale = Request.Form["LanguageDropDownList"];
WebViewer.FlashViewerOptions.ThemeUrl = Request.Form["ThemesDropDownList"];
WebViewer.FlashViewerOptions.ShowSplitter = GetBooleanValueFromForm(Request.Form["ShowSplitter"]);
WebViewer.FlashViewerOptions.TocPanelOptions.ShowThumbnails = GetBooleanValueFromForm(Request.Form["ShowThumbnails"]);
WebViewer.FlashViewerOptions.TocPanelOptions.ShowToc = GetBooleanValueFromForm(Request.Form["ShowTOC"]);
継承階層

System.Object
   GrapeCity.ActiveReports.Web.ExportOptions.FlashViewerOptions

参照

関連項目

FlashViewerOptions メンバ
GrapeCity.ActiveReports.Web.ExportOptions 名前空間

 

 


©2003-2017 GrapeCity inc. All rights reserved.