ReportDocument Object Model Tutorials
This section presents a variety of tutorials for the ReportDocument object model.
Tutorial: Persisting the ReportDocument Object Model Using Session
In this tutorial, you use the ReportDocument object model and make programmatic changes to a report at runtime.
Tutorial: Logging onto a Secure SQL Server Database Using SQL Authentication
In this tutorial, you learn how to add logon code to display a report that contains information from a secure SQL Server database.
Tutorial: Logging onto a Secure SQL Server Database Using Integrated Security
In this tutorial, you learn how to add logon code to display a report that contains information from a secure SQL Server database.
Tutorial: Logging onto a Secure SQL Server Database with a Subreport
In this tutorial, you explore an additional complication to Logging onto a Secure SQL Server Database: what if the report that requires secure SQL Server database logon contains a subreport?
Tutorial: Reading and Setting Discrete Parameters
In this tutorial, you learn how to create a report whose data can be filtered based on a discrete parameter.
Tutorial: Reading and Setting Parameters with a Subreport
In this tutorial, you explore an additional complication: what if the report that requires parameters contains a subreport that requires different parameters?
Tutorial: Exporting to Multiple Formats
In this tutorial, you learn how to export the report programmatically.
Tutorial: Printing and Setting Print Options
In this tutorial, you learn how to configure print options and send a print command from code.
Tutorial: Filtering Data Using Selection Formulas
In this tutorial, you learn 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
In this tutorial, you learn how to break a report into parts and display each part by clicking through a series of successive hyperlinks.