共用方式為


CrystalReportViewerBase 成員

CrystalReportViewer 類別和 CrystalReportPartsViewer 類別的基底類別。

下表列出 CrystalReportViewerBase 類型公開的成員清單。

公用 內容

屬性 說明
Public property AutoDataBind  取得或設定是否要使用報表來源的自動資料繫結。如果將此值設定為 True,會在 OnInit() 或 Page_Init() 事件之後呼叫 DataBind() 方法。
Public property ClientTarget  取得或設定不同瀏覽器的目標建構。有效值為 'Uplevel'、'Downlevel' 和 'Auto'。
Public property CssFilename  取得或設定階層式樣式表 (CSS) 檔案的檔案路徑。
Public property EnableDatabaseLogonPrompt  取得或設定 CrystalReportViewer 控制項在必要時是否提示資料庫登入。
Public property EnableParameterPrompt  取得或設定當參數值未設定時是否要顯示參數提示。
Public property EnableToolTips  取得或設定工具提示是可見的還是隱藏的。
Public property EnterpriseLogon  取得或設定企業報表的登入資訊。
Public property LogOnInfo  取得或設定 TableLogOnInfos 集合。
Public property ParameterFieldInfo  取得或設定參數欄位集合物件。
Public property ReportSource  設定與 CrystalReportViewer 控制項繫結的報表。
Public property ReportSourceClassFactoryName  取得或設定建立內部 ReportSource 物件需要的資訊。
Public property ReportSourceID  取得或設定要使用之 ReportSourceControl 的 ID。
Public property ReuseParameterValuesOnRefresh  取得或設定在重新整理報表時是否要使用目前的參數值。
Public property SelectionFormula  取得或設定報表的資料錄選擇公式。
Public property ViewTimeSelectionFormula  取得或設定是否要使用目前的瀏覽器地區設定來顯示報表。

Top

公用 方法

方法 說明
Public method NavigateTo  瀏覽到符合目前報表來源之資料內容的特定報表物件。

Top

公用 事件

事件 說明
Public event AfterRender  報表建構程序結束時觸發的事件。
Public event AfterRenderContent  報表內容建構程序結束時觸發的事件。
Public event AfterRenderObject  報表物件建構程序結束時觸發的事件。
Public event BeforeRender  報表建構程序開始時觸發的事件。
Public event BeforeRenderContent  報表內容建構程序開始時觸發的事件。
Public event BeforeRenderObject  報表物件建構程序開始時觸發的事件。
Public event Error  當報表物件擲出例外狀況時引發的事件。
Public event OnRenderScript  HTML 指令碼產生作業開始時觸發的事件。
Public event OnRenderStyle  HTML 樣式類別產生作業開始時觸發的事件。
Public event ReportPartBookmarkNavigation  完成在同一份報表或另一份報表中導覽報表組件後觸發的事件。

Top

請參閱

參考

CrystalDecisions.Web 命名空間