Base class for providing report engine connection string information
Definition
Namespace:Telerik.ReportViewer.Common
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
C#
public abstract class ReportEngineConnectionInfoBase
Inheritance: objectReportEngineConnectionInfoBase
Derived Classes:
Constructors
C#
protected ReportEngineConnectionInfoBase(string connString)
Properties
ConnectionString
string
The connection string of the current ReportingEngineConnection instance.
C#
public string ConnectionString { get; set; }
Engine
string
C#
public string Engine { get; }
Methods
C#
public override string ToString()
string
Overrides: