小编Joh*_*nny的帖子

通用列表到EntitySet转换

如何将a转换System.Collections.Generic.List<T>System.Data.Linq.EntitySet<T>

c# linq entityset

14
推荐指数
2
解决办法
1万
查看次数

Wpf中的SSRS报告问题

DataTable reportData = this.GetReportData(startId, endId, empId, minAmount, reportType);


                ReportViewer reportViewer = new ReportViewer();
                reportViewer.ProcessingMode = ProcessingMode.Local;

                reportViewer.LocalReport.ReportEmbeddedResource = "PDCL.ERP.Modules.Marketing.Reports.rptDoctorDetail.rdlc";  

                ReportDataSource ds = new ReportDataSource();
                ds.Name = "DoctorDetail_Report";
                ds.Value = reportData;
                reportViewer.LocalReport.DataSources.Add(ds);


                reportViewer.RefreshReport();
                this.WindowsFrmHost.Child = reportViewer;
Run Code Online (Sandbox Code Playgroud)

这是我的代码.我正在使用SSRS,但查看器只显示但不显示任何数据.为什么..?

wpf reportviewer reporting-services

5
推荐指数
1
解决办法
1590
查看次数

如何在iframe src中使用javascript变量

如何在iframe src中编写javascript变量?

喜欢

<iframe id="showskill" scrolling="yes" height="350" width ="350" src="http://localhost/POSkill/skillshow.aspx?user_id="+ ReturnURL() ></iframe>
Run Code Online (Sandbox Code Playgroud)

这里的ReturnURL()是一个返回值的javascript函数.但问题是iframe源我没有得到函数的返回值.我没有采用正确的格式或遗漏某些东西吗?

在此先感谢约翰尼

html javascript iframe adp

5
推荐指数
1
解决办法
4万
查看次数

Java安全框架

我是Java平台的新手.我需要为桌面应用程序和Web应用程序使用Java的一些安全框架.现在我需要知道,我应该为桌面应用程序(假设是Java SE还是Java EE)和Web应用程序(假设JSP)研究哪些框架?

java jaas java-ee

0
推荐指数
1
解决办法
1657
查看次数

标签 统计

adp ×1

c# ×1

entityset ×1

html ×1

iframe ×1

jaas ×1

java ×1

java-ee ×1

javascript ×1

linq ×1

reporting-services ×1

reportviewer ×1

wpf ×1