我的C#Windows服务自动发送电子邮件。在发送之前,我需要将我的报告转换并附加为PDF。当我尝试导出PDF时,我在下面的行中遇到异常:
function smoothScroll(duration) {
$('a[href^="#"]').on('click', function (event) {
var target = $($(this).attr('href'));
if (target.length) {
event.preventDefault();
$('html, body').animate({
scrollTop: target.offset().top
}, duration);
}
});
}
无法打开连接(ODBC)
相同的代码在Windows窗体应用程序中正常运行。我该如何解决这个问题?
cr.ExportToDisk(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, savePath);
答案 0 :(得分:0)
如何在OBDC中设置连接。