Posts:
Replies:
Geronimo Mecua · Jun 12, 2018
Geronimo Mecua · Jun 10, 2018
How about on PDf rendering?
Geronimo Mecua · Jun 8, 2018
Followers:
Geronimo has no followers yet.
Following:
Geronimo has not followed anybody yet.
Global Masters badges:
Geronimo has no Global Masters badges yet.
How will it be triggered in the ZENReport without calling it in the display? below is my sample.
Import User
///Test.TestReport
Class Test.TestReport Extends ZenReport
{ /// This XML defines the display for this report. /// This is used to generate the XSLT stylesheets for both HTML and XSL-FO. XData ReportDisplay [ XMLNamespace = "http://www.intersystems.com/zen/report/display" ]
<!-- Optional Pagefooter element. Does not apply in HTML output. --> <pagefooter> <item special="page-number"/> </pagefooter>
}
{
blahblahblah
}
///Closed
}