如何使用Configuration Manager C#GUI创建Crystal报表

编程入门 行业动态 更新时间:2024-10-11 21:22:00
本文介绍了如何使用Configuration Manager C#GUI创建Crystal报表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

嗨 我想创建水晶报告,我想通过配置管理器与sql连接。请帮助一步一步采购如何做到这一点 谢谢

Hi I want to create crystal report and I want to connect that with sql through configuration manager. please help step by step procured how to do this thanks

推荐答案

使用此链接 www.c-sharpcorner。 com / UploadFile / 0146e3 / crystal-report-in-visual-studio-2010 / [ ^ ] 将此代码用于databaselogon use this link www.c-sharpcorner/UploadFile/0146e3/crystal-report-in-visual-studio-2010/[^] use this code for databaselogon ReportDocument report = new ReportDocument(); report.SetDatabaseLogon((string)reader.GetValue("DatabaseUserName", typeof(string)), (string)reader.GetValue("DatabasePassword", typeof(string)), (string)reader.GetValue("ServerName", typeof(string)), (string)reader.GetValue("DatabaseName", typeof(string)), true);

使用C#在ASP.NET中访问Crystal Report [ ^ ]

更多推荐

如何使用Configuration Manager C#GUI创建Crystal报表

本文发布于:2023-11-12 11:07:57,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1581323.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:如何使用   报表   Configuration   Manager   GUI

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!