TdxReportDataConnectionManager.DataConnections Property
Provides access to the collection of stored data connection components.
Declaration
property DataConnections: TdxReportDataConnectionCollection read; write;
Property Value
Type | Description |
---|---|
TdxReportDataConnectionCollection | A data connection collection. |
Remarks
Use the DataConnections
property to manage data connections for a TdxReport component in your application.
Available Options
Call the DataConnections
.Add function to create any supported data connection component. DataConnection
.Clear and DataConnection
.Delete procedures allow you to delete data connections.
Refer to the TdxReportDataConnectionCollection class description for detailed information on all available options.
See Also