ASP.NET Core 10.1.11
Demos Support Blog Download
Show / Hide Table of Contents
PDF

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.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved