GetPageCount | Returns the number of pages in the XML report. |
GetReportData | Returns the report as an XML string. |
GetReportSize | Returns the size of the XML report, in bytes. |
RegisterForReport | Registers the UI API to get the report data.
If no add-on calls this method, the XML data is not created and the application doesn't send the after notification of the ReportDataEvent. |
ActionSuccess | Indicates whether the application handled the event successfully.
Only relevant when the BeforeAction property is false. |
BeforeAction | Indicates whether the event handler method is being called before the application handles the event or after. |
ColUID | The unique ID of the matrix or grid column on which the event occurred (default is -1). |
EventType | The event type. |
FormUID | The unique ID of the report form. |
ItemUID | The unique ID of the item on which the event occurred. |
ReportCode | The report code. |
ReportTemplate | The report template. |
Row | The unique ID of the row in which the event occurred (default is -1). |