CrystalReportViewerBase Members

Base class for the CrystalReportViewer class and the CrystalReportPartsViewer class.

The following tables list the members exposed by the CrystalReportViewerBase type.

Public Properties

Property Description
Public property AutoDataBind  Gets or sets whether automatic data binding to a report source is used. If the value is set to True, the DataBind() method is called after OnInit() or Page_Init() events.
Public property ClientTarget  Gets or sets the target rendering for different browsers. Valid values are 'Uplevel', 'Downlevel', and 'Auto'.
Public property CssFilename  Gets or sets the file path of the cascading style sheet (CSS) file.
Public property EnableDatabaseLogonPrompt  Gets or sets whether the CrystalReportViewer control prompts for database logon if required.
Public property EnableParameterPrompt  Gets or sets whether the parameter prompt appears when the parameter values are not set.
Public property EnableToolTips  Gets or sets whether the ToolTip is visible or hidden.
Public property EnterpriseLogon  Gets or sets the logon information for an enterprise report.
Public property LogOnInfo  Gets or sets the TableLogOnInfos collection.
Public property ParameterFieldInfo  Gets or sets the parameter fields collection object.
Public property ReportSource  Sets the report to bind to the CrystalReportViewer control.
Public property ReportSourceClassFactoryName  Gets or sets the information needed to create an internal ReportSource object.
Public property ReportSourceID  Gets or Sets the ID of the ReportSourceControl to be used.
Public property ReuseParameterValuesOnRefresh  Gets or sets whether the current parameter values are used when the report is refreshed.
Public property SelectionFormula  Gets or sets the record selection formula of the report.
Public property ViewTimeSelectionFormula  Gets or sets whether the current browser locale is used to display the report.

Top

Public Methods

Method Description
Public method NavigateTo  Navigates to a specific report object that satisfies the data context for the current report source.

Top

Public Events

Event Description
Public event AfterRender  Event fires when the report rendering process is finished.
Public event AfterRenderContent  Event fires when the report content rendering process is finished.
Public event AfterRenderObject  Event fires when the report object rendering process is finished.
Public event BeforeRender  Event fires when the report rendering process starts.
Public event BeforeRenderContent  Event fires when the report content rendering process starts.
Public event BeforeRenderObject  Event fires when the report object rendering process starts.
Public event Error  Event fires when the report object throws an exception.
Public event OnRenderScript  Event fires when the HTML script generation starts.
Public event OnRenderStyle  Event fires when the HTML style class generation starts.
Public event ReportPartBookmarkNavigation  Event fires after navigation to a report part in the same report or another report is finished.

Top

See Also

Reference

CrystalDecisions.Web Namespace