Chapter 6 Manipulating Reports Using Scripts
You can generate a model report or a multimodel report as HTML using the following method on BaseModelReport: GenerateHTML(ByVal FileName As String) As Boolean.
set m = ActiveModel For each Report in m.Reports Filename = Report.name & ".htm" Report.GenerateHTML (filename) Next
Copyright (C) 2006. Sybase Inc. All rights reserved. |
![]() |