Class DataSource
Represents a source of data, typically used in scenarios where data is retrieved or consumed by an application.
Inheritance
System.Object
DataSource
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.Processing
Assembly: BoldReports.Web.dll
Syntax
public class DataSource
Constructors
DataSource()
Declaration
public DataSource()
Properties
DataExtension
Gets or sets the data extension associated with the execution logger.
Declaration
public string DataExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the data extension type. |
Name
Gets or sets the name associated with the execution logger.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the name of the execution logger. |
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.