StiStimulsoftCloudResource Class

Namespace: Stimulsoft.Report

Methods

Method Returns Description
GetDrillDownReport static StiReport Gets the drill-down report with specified key from the Stimulsoft Server.
GetImage static byte[] Gets the image with specified key from the Stimulsoft Server.
GetRichText static string Gets the rich-text with specified key from the Stimulsoft Server.
GetSubReport static StiReport Gets the sub-report with specified key from the Stimulsoft Server.

Method Details

GetDrillDownReport static

GetDrillDownReport(component: StiComponent, key: string): StiReport

Gets the drill-down report with specified key from the Stimulsoft Server.

Parameters

  • component (StiComponent)
  • key (string)

Returns StiReport


GetImage static

GetImage(component: StiImage, key: string): byte[]

Gets the image with specified key from the Stimulsoft Server.

Parameters

  • component (StiImage)
  • key (string)

Returns byte[]


GetRichText static

GetRichText(component: StiRichText, key: string): string

Gets the rich-text with specified key from the Stimulsoft Server.

Parameters

  • component (StiRichText)
  • key (string)

Returns string


GetSubReport static

GetSubReport(component: StiSubReport, key: string): StiReport

Gets the sub-report with specified key from the Stimulsoft Server.

Parameters

Returns StiReport

Fields

Field Type Description
GetDrillDownReportDelegate StiGetDrillDownReportDelegate  
GetImageDelegate StiGetImageDelegate  
GetRichTextDelegate StiGetRichTextDelegate  
GetSubReportDelegate StiGetSubReportDelegate