Progress® Telerik® Reporting R3 2020
EmbeddedConnectionInfo Class
Class for creating an embedded report engine connection string
Inheritance Hierarchy
SystemObject
Telerik.ReportViewer.CommonReportEngineConnectionInfoBase
Telerik.ReportViewer.CommonEmbeddedConnectionInfo
Namespace:
Telerik.ReportViewer.CommonTelerik.ReportViewer.CommonReportEngineConnectionInfoBase
Telerik.ReportViewer.CommonEmbeddedConnectionInfo
Assemblies: Telerik.ReportViewer.WebForms (in Telerik.ReportViewer.WebForms.dll)
Telerik.ReportViewer.WinForms (in Telerik.ReportViewer.WinForms.dll)
Telerik.ReportViewer.Wpf (in Telerik.ReportViewer.Wpf.dll)
Syntax
The EmbeddedConnectionInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EmbeddedConnectionInfo |
Creates an instance of EmbeddedConnectionInfo class
|
Properties
Name | Description | |
---|---|---|
![]() | ConnectionString |
The connection string of the current ReportingEngineConnection instance.
(Inherited from ReportEngineConnectionInfoBase.) |
![]() | Engine | (Inherited from ReportEngineConnectionInfoBase.) |
Methods
Name | Description | |
---|---|---|
![]() | ToString | (Inherited from ReportEngineConnectionInfoBase.) |
Examples
private void SetEmbeddedReportEngineConnection(object sender, System.EventArgs e) { this.reportViewer1.ReportEngineConnection = new Telerik.ReportViewer.Common.EmbeddedConnectionInfo().ConnectionString; //if the ReportEngineConnection property is set to null or empty string, it will use the EmbeddedConnectionInfo by default. }
Version Information
Supported in: 1.0.1