IWebApplicationReportSettings.ObjectImageFormat

Fore Syntax

ObjectImageFormat: String;

Fore.NET Syntax

ObjectImageFormat: String;

Description

The ObjectImageFormat property determines format for web application object.

Comments

Available formats are PNG, JPEG, GIF. In case if formats SheetFormat , ChartFormat, MapFormat are not set, values for them are inherited from this property.

The property value overwrites value of the objectFormat attribute set in Web.config.

NOTE. The Web assembly is outdated and is supported in previous versions only.

Fore and Fore.NET Example

The property use is given for IWebApplicationReportSettings.ChartFormat.

See also:

IWebApplicationReportSettings