WebReportURL

ACCPAC Common Controls

AccpacReport.WebReportURL

Returns the URL of the generated web-based report (PrintReport will return TRUE if a web report has been generated).

Property WebReportURL As String
(read-only)

Remarks

This property always returns an empty string ("") before PrintReport is called. If PrintReport is TRUE, a web report has been generated, and the generated report should be shown by calling an AccpacPrintReport object's ReportViewer method.

The web report URL is only valid during the lifetime of the current Report object. The report is removed from the web server when the object is destroyed, or when ReInit is called.