📚 SAP Business One SDK Help

ReportDataInfo Object Members
See Also  Overview 

Public Methods

Public Method GetPageCountReturns the number of pages in the XML report.
Public Method GetReportDataReturns the report as an XML string.
Public Method GetReportSizeReturns the size of the XML report, in bytes.
Public Method RegisterForReportRegisters 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.

Public Properties

Public Property ActionSuccessIndicates whether the application handled the event successfully.

Only relevant when the BeforeAction property is false.

Public Property BeforeActionIndicates whether the event handler method is being called before the application handles the event or after.
Public Property ColUIDThe unique ID of the matrix or grid column on which the event occurred (default is -1).
Public Property EventTypeThe event type.
Public Property FormUIDThe unique ID of the report form.
Public Property ItemUIDThe unique ID of the item on which the event occurred.
Public Property ReportCodeThe report code.
Public Property ReportTemplateThe report template.
Public Property RowThe unique ID of the row in which the event occurred (default is -1).

See Also