Skip to main content

ConnectionPropertiesPage.ServerTypeAdvantage Property

Specifies the type of the Advantage server.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual AdvantageServerType ServerTypeAdvantage { get; set; }

Property Value

Type Description
AdvantageServerType

An AdvantageServerType enumeration value.

Available values:

Name Description
Local

Identifies the Local server type.

Remote

Identifies the Remote server type.

Internet

Identifies the Internet server type.

See Also