Class AdvancedConnectionPropertiesForm
The "Advanced Connection Properties" form.
Inherited Members
Namespace: FastReport.Forms
Assembly: FastReport.dll
Syntax
public class AdvancedConnectionPropertiesForm : BaseDialogForm
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. |