CrystalReportViewer 成员

提供修改或获取有关 CrystalReportViewer 控件如何显示和起作用的信息的属性、方法和事件。

下列表格列出了 CrystalReportViewer 类型公开的成员。

公共 属性

属性 说明
Public property ActiveViewIndex  获取或设置 CrystalReportViewer 控件中活动视图的索引。
Public property BackColor  已覆盖。 获取或设置控件的背景颜色。
Public property BackgroundImage  已覆盖。 获取或设置控件中显示的背景图像。
Public property BackgroundImageLayout  已覆盖。 获取或设置在 System.Windows.Forms.ImageLayout 枚举中定义的背景图像布局。
Public property DisplayBackgroundEdge  确定报表是否偏移其视图窗口的边缘。
Public property DisplayGroupTree  获取或设置树视图是可见还是隐藏。
Public property DisplayStatusBar  获取或设置状态栏是可见的还是隐藏的。
Public property DisplayToolbar  获取或设置工具栏是可见还是隐藏。
Public property EnableDrillDown  获取或设置用户是否可以向下钻取到该报表中。
Public property EnableToolTips  获取或设置是否在报表查看器中显示工具提示。
Public property EnterpriseLogon  获取或设置企业报表的登录信息。
Public property LogOnInfo  获取或设置 TableLogOnInfos 集合。
Public property ParameterFieldInfo  获取或设置参数字段集合。
Public property ReportSource  将报表设置为绑定到 CrystalReportViewer 控件。
Public property ReportSourceClassFactoryName  获取或设置创建内部 ReportSource 对象所需的信息。
Public property RightToLeft  已覆盖。 获取或设置文本是否从右到左显示,比如使用“希伯来语”或“阿拉伯语”字体时的情况。
Public property SelectionFormula  获取或设置报表的记录选定公式。
Public property ShowCloseButton  获取或设置 CrystalReportViewer 控件工具栏是否有用于关闭报表页面的按钮。
Public property ShowExportButton  获取或设置 CrystalReportViewer 控件工具栏是否有用于导出的按钮。
Public property ShowGotoPageButton  获取或设置 CrystalReportViewer 控件工具栏是否有用于指定页码的按钮。
Public property ShowGroupTreeButton  获取或设置 CrystalReportViewer 控件工具栏是否有用于显示或隐藏组树的按钮。
Public property ShowPageNavigateButtons  获取或设置 CrystalReportViewer 控件工具栏是否有用于页面导航的按钮。
Public property ShowPrintButton  获取或设置工具栏上的打印按钮是可见还是隐藏。
Public property ShowRefreshButton  获取或设置工具栏上的刷新按钮是可见还是隐藏。
Public property ShowTextSearchButton  获取或设置工具栏上的搜索按钮是可见还是隐藏。
Public property ShowZoomButton  获取或设置工具栏上的缩放因数列表是可见还是隐藏。
Public property ViewCount  获取 CrystalReportViewer 控件中的视图个数。
Public property ViewTimeSelectionFormula  获取或设置记录选定公式以过滤报表当前使用的数据。

Top

公共 方法

方法 说明
Public method CloseView  关闭 CrystalReportViewer 控件中的视图选项卡。
Public method DrillDownOnGroup  在组上向下钻取。
Public method ExportReport  导出 CrystalReportViewer 控件中显示的报表。
Public method GetCurrentPageNumber  获取报表的当前页码。
Public method PrintReport  打印 CrystalReportViewer 控件中显示的报表。
Public method RefreshReport  刷新 CrystalReportViewer 控件中显示的报表。
Public method SearchForText  搜索报表以查找给定文本。
Public method ShowFirstPage  显示报表的第一页。
Public method ShowGroupTree  在 CrystalReportViewer 控件中显示组树。
Public method ShowLastPage  显示报表的最后一页。
Public method ShowNextPage  显示报表的下一页。
Public method ShowNthPage  显示报表的指定页。
Public method ShowPreviousPage  显示报表的上一页。
Public method Zoom  更改 CrystalReportViewer 控件的放大倍数。

Top

公共 事件

事件 说明
Public event Drill  当向下钻取报表时事件激活。
Public event DrillDownSubreport  当用户向下钻取子报表时事件激活。
Public event Error  当 CrystalReportViewer 控件中出现错误时激发事件。
Public event HandleException  当 CrystalReportViewer 控件中出现异常时事件激活。
Public event Navigate  当用户浏览报表时事件激活。
Public event ReportRefresh  当刷新报表中的数据时事件激活。
Public event Search  在报表中搜索文本时事件激活。
Public event ViewZoom  当更改 CrystalReportViewer 控件的缩放比例时事件激活。

Top

另请参见

引用

CrystalDecisions.Windows.Forms 命名空间