Progress® Telerik® Reporting R1 2021
ReportViewerBase.ReportEngineConnection Property
The connection string used to configure the reporting engine that will process and render the reports.
Namespace:
Telerik.ReportViewer.WinFormsAssembly: Telerik.ReportViewer.WinForms (in Telerik.ReportViewer.WinForms.dll)
Syntax
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. }
private void SetReportServerReportEngineConnection(object sender, System.EventArgs e) { this.reportViewer1.ReportEngineConnection = new Telerik.ReportViewer.Common.ReportServerConnectionInfo("http://reportserver:83", "user", "pass", 20).ConnectionString; }
Version Information
Supported in: 1.0.1