Chapter 6 Manipulating Reports Using Scripts


Browsing a Report for a Model Using Scripts

You can browse a report for a model using the following collection on BaseModelReport: Reports As ObjectCol.

Example

set m = ActiveModel
For each Report in m.Reports
Output Report.name

 


Copyright (C) 2006. Sybase Inc. All rights reserved.