ActiveReports Developer 7
Layout Files with Embedded Script
See Also Support Forum
ActiveReports Developer 7 > ActiveReports Developer Guide > Samples and Walkthroughs > Walkthroughs > Section Report Walkthroughs > Layout Files with Embedded Script

Glossary Item Box

ActiveReports Developer 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
Describes how to embed script in a simple stand-alone report.
Script for Subreports
Describes how to embed script to pass a parameter to a subreport.

See Also

©2014. ComponentOne, a division of GrapeCity. All rights reserved.