Share via


Modifying Methods to Call the Subreport

You must now modify the ConfigureCrystalReports() method and the redisplay_Click() event method to receive information from these TextBox controls and apply them to the SetDateRangeForOrders() method, to have the parameter information processed for subreports.

In the previous tutorial, Tutorial: Reading and Setting Discrete Parameters, you designed these methods in two different ways, depending on whether you included Session persistence.

Note

Windows projects do not require Session persistence. Web Sites typically require Session persistence.

Choose from one (but not both) of the step procedures below. Either modify the methods that exclude Session persistence, or modify the methods that include Session persistence.

In this section: