setSourceTypes (value: Array);
value. Array of data sources available for report.
The setSourceTypes method sets array of data source types available for visualizers.
The method sets an array that may contain the following values:
| Value | Brief description |
| "Excel" |
*.XLS files can be used as a data source. |
| "ExcelEx" |
*.XLSX files can be used as a data source. |
| "Access" |
*.MDB files can be used as a data source. |
| "Xml" | *.XML files can be used as a data source. |
| "Text" | *.TXT files can be used as a data source. |
| "Mb" | Repository objects can be used as a data source. |
The example of use is given in description of the PP.Ui.ConfigClass.getSourceTypes method.
See also: