This section explains how to develop
web sites with Crystal Reports for Visual Studio.
Web Site
Setup
Web Site Setup in Visual Studio
Explains how to create and
configure a new Crystal Reports for Visual Studio web site.
Which Persistence Approach Should I Use
with Crystal Reports?
Explains the available
methods to maintain persistence, and the strengths and weaknesses of each method.
How Do I Use
Report Viewer Controls?
Describes how to use the
Report Viewer Controls in a .NET project.
Customize the
Crystal Report Viewer Control
CrystalReportViewer Control Themes
Describes how to use Themes
in Visual Studio to customize the look of a Crystal Report Viewer control.
Cascading
Style Sheets for Customizing the CrystalReportViewer Control
Describes how to use CSS to
customize the look of a Crystal Report Viewer control.
Tutorial:
Customizing the CrystalReportViewer Control
Describes how to use the
Crystal Reports API to customize the look of a Crystal Report Viewer control.
Tutorials
Tutorial:
Persisting the ReportDocument Object Model Using Session
Explains how to use Session
to persist changes that you make to a report at runtime.
Tutorial:
Logging onto a Secure SQL Server Database Using SQL Authentication
Explains how to add logon
code to display a report that contains information from a secure SQL Server database that uses SQL
Authentication.
Tutorial:
Logging onto a Secure SQL Server Database Using Integrated Security
Explains how to add logon
code to display a report that contains information from a secure SQL Server database that uses
Integrated Security.
Tutorial:
Logging onto a Secure SQL Server Database with a Subreport
Explains how to add logon
code to display a subreport that contains information from a secure SQL Server database.
Tutorial:
Reading and Setting Discrete Parameters
Explains how to create a
report whose data can be filtered based on a discrete parameter.
Tutorial:
Reading and Setting Parameters with a Subreport
Explains how to create a
report in which a subreport contains data that can be filtered based on a discrete parameter.
Tutorial:
Exporting to Multiple Formats
Explains how to export a
report programmatically.
Tutorial:
Filtering Data Using Selection Formulas
Explains how to filter data
within the ReportDocument object model by setting the RecordSelectionFormula property of the
DataDefinition class.
Tutorial:
Displaying Report Parts with the CrystalReportPartsViewer Control
Explains how to use the
CrystalReportPartsViewer control to break a report into parts and display each part by clicking
through a series of successive hyperlinks.