Skip to main content

ConnectionPropertiesPage.CustomString Property

Specifies a custom connection string.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual string CustomString { get; set; }

Property Value

Type Description
String

A String value, specifying the custom connection string.

Remarks

The following image illustrates this wizard page with the custom connection string selected.

WPDDesigner_ReportWizard_SpecifyConnectionString-custom

See Also