AJE Components
Reporting GetHTML Method AJE Data Report Engine Help
Function gets the HTML with the option to Disable Embedded Images.

Namespace: AJE.DataReportEngine
Assembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
Syntax

public string GetHTML(
	bool DisabledEmbedded = true
)

Return Value

Type: OnlineString
Remarks

This option is needed when converting HTML to DocX.
See Also