Interface IReportItemPresentation


  • public interface IReportItemPresentation
    Represents the extended item presentation time extension. The calling sequence in presentation engine might work as follows:

  • Design engine creates a new instance of the extended item.
  • Presentation engine detects that the element is an extended item. It dynamically creates an object with type IReportItemPresentation.
  • The presentation engine calls various setXXX methods to pass initialization parameters to the extension implementation.
  • deserialize method restores the generation time state
  • Render the extended item through onRowSets method, handled the returned image
  • Call finish() for cleanup.