CrystalReportPartsViewer Members
Provides properties, methods, and events that modify or retrieve information about how the CrystalReportPartsViewer control appears and functions.
The following tables list the members exposed by the CrystalReportPartsViewer type.
Public Properties
Property | Description | |
---|---|---|
BatchSize | Gets or sets the number of records being displayed in the CrystalReportPartsViewer control. | |
ClientTarget | (Inherited from CrystalReportViewerBase.) Gets or sets the target rendering for different browsers. Valid values are 'Uplevel', 'Downlevel', and 'Auto'. | |
CssFilename | (Inherited from CrystalReportViewerBase.) Gets or sets the file path of the cascading style sheet (CSS) file. | |
EnableDatabaseLogonPrompt | (Inherited from CrystalReportViewerBase.) Gets or sets whether the CrystalReportViewer control prompts for database logon if required. | |
EnableDrillDown | Gets or sets whether drilling down to a page/chart/summary is enabled. | |
EnableParameterPrompt | (Inherited from CrystalReportViewerBase.) Gets or sets whether the parameter prompt appears when the parameter values are not set. | |
EnableToolTips | (Inherited from CrystalReportViewerBase.) Gets or sets whether the ToolTip is visible or hidden. | |
EnterpriseLogon | (Inherited from CrystalReportViewerBase.) Gets or sets the logon information for an enterprise report. | |
HasBorder | Gets or sets whether the border is visible. | |
HasPageNavigationLinks | Gets or sets whether the page navigation links are visible or hidden. | |
IsDisplayHeadings | Gets or sets whether the report object names are shown at the top of each column. | |
IsDisplayTitle | Gets or sets whether the report title is shown. | |
LogOnInfo | (Inherited from CrystalReportViewerBase.) Gets or sets the TableLogOnInfos collection. | |
ParameterFieldInfo | (Inherited from CrystalReportViewerBase.) Gets or sets the parameter fields collection object. | |
PreserveLayout | Gets or sets whether the report parts persist the layout in the original report. | |
ReportParts | Gets or sets the list of report parts to be viewed in the CrystalReportPartsViewer control. | |
ReportSource | Overridden. Sets the report to bind to the CrystalReportViewer control. | |
ReportSourceClassFactoryName | (Inherited from CrystalReportViewerBase.) Gets or sets the information needed to create an internal ReportSource object. | |
ReportSourceID | (Inherited from CrystalReportViewerBase.) Gets or Sets the ID of the ReportSourceControl to be used. | |
ReportTitle | Gets or sets the title of the report. | |
ReuseParameterValuesOnRefresh | (Inherited from CrystalReportViewerBase.) Gets or sets whether the current parameter values are used when the report is refreshed. | |
RotateSections | Gets or sets whether the report part's list is rotated. This means that columns become rows, and rows become columns. | |
SelectionFormula | (Inherited from CrystalReportViewerBase.) Gets or sets the record selection formula of the report. | |
ViewTimeSelectionFormula | (Inherited from CrystalReportViewerBase.) Gets or sets whether the current browser locale is used to display the report. | |
ZoomFactor | Gets or sets the zoom level of the report. |
Top
Public Methods
Method | Description | |
---|---|---|
IsFirstPage | Specifies whether the current page is the first page in the report. | |
IsLastPage | Specifies whether the current page is the last page in the report. | |
NextPage | Displays the next page of the report. | |
PrevPage | Displays the previous page of the report. | |
Refresh | Refreshes the report displayed in the CrystalReportPartsViewer control. |
Top
Public Events
Event | Description | |
---|---|---|
AfterRender | (Inherited from CrystalReportViewerBase.) Event fires when the report rendering process is finished. | |
AfterRenderContent | (Inherited from CrystalReportViewerBase.) Event fires when the report content rendering process is finished. | |
AfterRenderObject | (Inherited from CrystalReportViewerBase.) Event fires when the report object rendering process is finished. | |
BeforeRender | (Inherited from CrystalReportViewerBase.) Event fires when the report rendering process starts. | |
BeforeRenderContent | (Inherited from CrystalReportViewerBase.) Event fires when the report content rendering process starts. | |
BeforeRenderObject | (Inherited from CrystalReportViewerBase.) Event fires when the report object rendering process starts. | |
ChartDrillDown | Event fires when a chart is drilled down on. | |
Error | (Inherited from CrystalReportViewerBase.) Event fires when the report object throws an exception. | |
FieldDrillDown | Event fires when a chart is drilled down on. | |
OnRenderScript | (Inherited from CrystalReportViewerBase.) Event fires when the HTML script generation starts. | |
OnRenderStyle | (Inherited from CrystalReportViewerBase.) Event fires when the HTML style class generation starts. | |
ReportPartBookmarkNavigation | (Inherited from CrystalReportViewerBase.) Event fires after navigation to a report part in the same report or another report is finished. |
Top