StiOnlineMapLastImageCache Class

Namespace: Stimulsoft.Report.Dashboard

Methods

Method Returns Description
Clean static void  
ExistsLastImage static bool  
GetLastImage static Image  
StoreLastImage static void  

Method Details

Clean static

Clean(reportKey: string): void

Parameters

  • reportKey (string)

ExistsLastImage static

ExistsLastImage(element: IStiOnlineMapElement): bool

Parameters

  • element (IStiOnlineMapElement)

Returns bool


GetLastImage static

GetLastImage(element: IStiOnlineMapElement): Image

Parameters

  • element (IStiOnlineMapElement)

Returns Image


StoreLastImage static

StoreLastImage(element: IStiOnlineMapElement, image: Image): void

Parameters

  • element (IStiOnlineMapElement)
  • image (Image)