Skip to main content
A newer version of this page is available. .

DataSourceType Enum

Lists the data source types available in the Web Report Designer’s Wizards.

Declaration

enum DataSourceType {
    NoData = 0,
    Sql = 1,
    Json = 2
}

Members

Name Description
Json

Identifies a JSON data source.

NoData

Identifies that a report should have no data source (available in the Report Wizard only).

Sql

Identifies a SQL data source.