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-2015 GrapeCity inc. All rights reserved.