Chapter 7 Scripting PowerDesigner


Browsing a model report by script

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

Example

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

 


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