CrystalReportViewerBase Properties

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

See Also

Reference

CrystalReportViewerBase Members
CrystalDecisions.Web Namespace