Class AdvancedConnectionPropertiesForm
The "Advanced Connection Properties" form.
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
AdvancedConnectionPropertiesForm
Inherited Members
Namespace: FastReport.Forms
Assembly: FastReport.dll
Syntax
public class AdvancedConnectionPropertiesForm : BaseDialogForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
AdvancedConnectionPropertiesForm()
Initializes a new instance of the AdvancedConnectionPropertiesForm class.
Declaration
public AdvancedConnectionPropertiesForm()
Properties
AdvancedProperties
Gets or sets the connection string builder which contains the connection properties.
Declaration
public DbConnectionStringBuilder AdvancedProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Data.Common.DbConnectionStringBuilder |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |