Skip to main content
All docs
V26.1
  • DataSourceType Enum

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

    Declaration

    export enum DataSourceType {
        NoData = 0,
        Sql = 1,
        Json = 2,
        Object = 3,
        Federation = 4,
        MongoDB = 5
    }

    Members

    Name
    Federation
    Json
    MongoDB
    NoData
    Object
    Sql