Click or drag to resize

StiHtmlExportServiceGetFile Method (String, String)

Gets the object placed in assembly.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static byte[] GetFile(
	string assemblyName,
	string fileName
)

Parameters

assemblyName
Type: SystemString
The name of assembly in which the object is placed.
fileName
Type: SystemString
The name of the file to look for.

Return Value

Type: Byte
The object.
See Also