Click or drag to resize

StiStimulsoftServerResourceGetImage Method

Gets the image with specified key from the Stimulsoft Reports.Server.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static byte[] GetImage(
	StiImage component,
	string key
)

Parameters

component
Type: Stimulsoft.Report.ComponentsStiImage

[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.StiStimulsoftServerResource.GetImage(Stimulsoft.Report.Components.StiImage,System.String)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Stimulsoft.Report.StiStimulsoftServerResource.GetImage(Stimulsoft.Report.Components.StiImage,System.String)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Stimulsoft.Report.StiStimulsoftServerResource.GetImage(Stimulsoft.Report.Components.StiImage,System.String)"]

See Also