IWebApplication.ResponseHeaderEncoding

Fore Syntax

ResponseHeaderEncoding: String;

Fore.NET Syntax

ResponseHeaderEncoding: String;

Description

The ResponseHeaderEncoding property determines reports names encoding used for export.

Review

Examples of values for the property : "windows-1251", "utf-8".

If report header contains more that 25 symbols it is recommended to use the property and encoding "windows-1251" to export the header properly, otherwise output file will have report header cut to 25 symbols.

Value of this property overwrites value of the responseHeaderEncoding 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 IWebApplication.FolderViewType.

See also:

IWebApplication