Open this page in the API Guide

DataProviderInfo.IsGatewaySupported Property

Gets a value indicating whether this data provider supports Dundas BI Gateway.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool IsGatewaySupported { get; }

Property Value

Type: Boolean
true if this data provider supports Dundas BI Gateway; otherwise, false.
See Also