ActiveReports 14 .NET Edition
ActiveReports 14 User Guide / Samples and Walkthroughs / Walkthroughs / Section Report Walkthroughs / Script
In This Topic
    Script
    In This Topic

    This section contains the following walkthroughs that fall under the Script category.

    ActiveReports allows you to embed script in reports so that code becomes portable when you save a report layout to XML-based RPX format. This characteristic allows the options of stand-alone reporting and web reporting without the need to distribute related .vb or .cs files.

    By embedding script when the report is saved as an RPX file, it can later by loaded, run and displayed directly to the viewer control without using the designer. Script can also be used in conjunction with RPX files to allow distributed reports to be updated without recompiling the Visual Studio project.

    Script for Simple Reports
    This walkthrough demonstrates how to embed script in a simple stand-alone report.
    Script for Subreports
    This walkthrough demonstrates how to embed script to pass a parameter to a subreport.