Click or drag to resize

StiStimulsoftServerResource.GetImage 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.Components.StiImage

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

key
Type: System.String

[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