ResponseHeaderEncoding: String;
ResponseHeaderEncoding: String;
The ResponseHeaderEncoding property determines reports names encoding used for export.
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.
The property use is given for IWebApplication.FolderViewType.
See also: