Class Connection
Represents a connection used within the execution logging framework.
Inheritance
System.Object
Connection
Namespace: BoldReports.Processing
Assembly: BoldReports.Web.dll
Syntax
public class Connection : Object
Constructors
Connection()
Declaration
public Connection()
Properties
DataSets
Gets or sets the list of data sets associated with the execution logging.
Declaration
public List<DataSet> DataSets { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DataSet> | A list of DataSet objects that store the detailed data necessary for logging execution details. |
DataSource
Gets or sets the data source associated with the execution logging.
Declaration
public DataSource DataSource { get; set; }
Property Value
Type | Description |
---|---|
DataSource | The data source of type DataSource that provides the necessary information for logging execution details. |
Methods
Dispose()
Provides a mechanism for releasing unmanaged resources.
Declaration
public void Dispose()
Remarks
It close or release unmanaged resources such as files, streams, and handles held by an instance of the class that implements this interface.