New to Telerik ReportingStart a free 30-day trial

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: EmbeddedConnectionInfoRemoteConnectionInfo

Constructors

C#
protected ReportEngineConnectionInfoBase(string connString)
Parameters:connStringstring

Properties

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()
Returns:

string

Overrides: object.ToString()