To add a private helper method for RAS configuration code

Parent Previous Next

 

Report Application Server .NET SDK Developer Guide

To add a private helper method for RAS configuration code


 







Visual Basic

Private Sub ConfigureCrystalReports()
End Sub

C#

private void ConfigureCrystalReports()
{
}

The ConfigureCrystalReports() method enables users to interact with the report at runtime. It also controls programmatic interaction with the report.

Next, you add a Page_Init event handler from which to call the ConfigureCrystalReports() method. Calling the ConfigureCrystalReports() method from this event handler guarantees that the Crystal report configuration code runs during the page initialization event.

Continue to To add a Page_Init event handler to the code-beside class.

© 2021 SAP AG. All rights reserved.

http://www.sap.com/sapbusinessobjects/

Support services

http://service.sap.com/bosap-support/

Created with the Personal Edition of HelpNDoc: Free HTML Help documentation generator