AJE Components
ReportBaseTable GetImageOutput Method AJE Data Report Engine Help
Function gets the Image Output for the Report Table.

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

public string GetImageOutput(
	string Content,
	ReportTableCellStyling Styling,
	RotateFlipType Orientation = RotateFlipType.RotateNoneFlipNone
)

Parameters

Content
Type: OnlineSystem String
Styling
Type: AJE.DataReportEngine ReportTableCellStyling
Orientation (Optional)
Type: System.Drawing RotateFlipType

Return Value

Type: OnlineString
Remarks

See Also