腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(54)
视频
沙龙
1
回答
快速报告预览-C# MVC
、
如何使用"
webReport
.Report.ShowPrepared ()"?
webReport
= new
WebReport
();
webReport
.Height = Unit.Percentage(100);
webReport
.LocalizationFile = "~\
浏览 5
提问于2018-05-31
得票数 1
回答已采纳
1
回答
FastReport.OpenSource.Web支持.Net Core3.0?
、
我将报告呈现如下: @ViewBag.
WebReport
.Render();
webReport
.Report.Load(@"\report.frx");
webReport
.Report.SetParameterValue(item.Key, item.Value);
webReport
.
浏览 31
提问于2019-12-05
得票数 0
1
回答
FastReport网-如何注册数据源?
、
、
代码片段:
webReport
.Width = Unit.Percentage(100); ; // задаем ширину<e
浏览 11
提问于2017-05-25
得票数 2
回答已采纳
2
回答
使用FastReport.net和asp.net导出pdf
、
、
我尝试了FastReport网站支持的方法: { dataSet.ReadXml(report_path + "nwind.xml");
webReport
.Report.RegisterData(dataSet, &q
浏览 9
提问于2013-08-07
得票数 4
回答已采纳
1
回答
在FastReport导出中,并非所有页面都会导出数据
、
WebReport
webReport
= new
WebReport
()string report_path = Path.Combine(Server.MapPath("~"), "FastReport\\");
webReport
.Report.Load(report_
浏览 28
提问于2020-03-04
得票数 2
5
回答
FastReport.NET RegisterData仅打印一行
、
我在
WebReport
1_StartReport()事件中传递数据,如下所示:
WebReport
1.Report.RegisterData(myDataView,"myDataSource",2);(
WebReport
1.Report.FindObject("Data1") as DataBand).DataSource =
WebReport
1.Report.GetDataSource("myDataSource但是,通过使用sqlDataSource控件并像这样传递数
浏览 15
提问于2012-02-17
得票数 1
1
回答
MVC Core和EF Core数据分组与Linq或其他能够产生预期结果的内容
、
、
我有一个SQL查询,它返回要列出的结果{ public string Stat { get; set; } public bool? IsSubTotal { get; set; }结果必须显示为HTML数据透视表,其结果按"Stat“或"Group”字段分组。 想要的结果如HTML我做了做这个PHP的函数,但是现
浏览 0
提问于2017-09-08
得票数 0
回答已采纳
1
回答
FastReport.Net mvc的规模
、
、
、
、
webReport
.Report.Preview.ZoomPageWidth();
浏览 3
提问于2015-03-23
得票数 0
回答已采纳
1
回答
FastReport mvc GetParameter()返回null
、
、
所以我决定用
webReport
.Report.SetParameterValue("CurrentDateTimeParam","Some String Here")来设置它的值一个增益,也是返回NULL。有什么建议吗?
浏览 3
提问于2014-12-31
得票数 0
回答已采纳
1
回答
VB.NET动态添加或删除子报表
我使用的是VS2010- Visual Basic。我在报表查看器中生成了主报表: Report1.rdlc,然后是其他4个报表(也是rdlc文件),我打算在主报表中使用它们作为子报表(Report2.rdlc、Report3.rdlc、Report4.rdlc和Report5.rdlc)。我知道如何在rdlc文件上放置对象子报告后确定子报告路径-右键单击-子报告属性-“将此报告用作子报告”。但我必须从软件上这样做,因为有时Report3.rdlc必须是first subreport或Report4.rdlc。Report2.rd
浏览 2
提问于2015-07-28
得票数 0
1
回答
如何为FastReport.Web中的元素设置字体,以便适用于pdf导出?
、
、
我的代码是:var
webReport
= new
WebReport
();varfile = System.IO.Path.Combine(_env.WebRootPath, "Reports\\" + model.File);return View(
webReport
);&l
浏览 0
提问于2019-09-14
得票数 1
回答已采纳
1
回答
在SCCM 2007报表控制台中运行“查找所有未使用的包”时出现SQL错误
、
、
、
、
我查过了,"
webreport
_approle“确实存在。谢谢
浏览 0
提问于2013-05-02
得票数 0
回答已采纳
1
回答
密钥披风返回无效参数: redirect_uri
、
、
、
还有一个领域-
WebReport
和client testK: port: "80" application.name: ${APPLICATION_NAME:spring-security-keycloak-oauthclient: keycloak: issuer-uri: http://localhost:8080/realms/
webReport
浏览 24
提问于2022-06-29
得票数 0
回答已采纳
1
回答
无法在compnentone studio中加载c1
webreport
1工具的文件或程序集
我在我的ASP.NET应用程序中使用了授权组件产品,并且我使用C1
WebReport
1控件(从2.5.20072.239版本到2.6.20093.53207版本的product.while升级C1
WebReport
1控件),我得到的错误消息如下 “无法加载文件或程序集'C1.Web.C1
WebReport
.2、Version=2.6.20093.53207、Culture=neutral、PublicKeyToken
浏览 1
提问于2010-01-07
得票数 1
1
回答
如何在FastReport中设置文本值
、
、
下面是我的服务器端代码invrpt.Width = 600;invrpt.ReportFileInvNoVal", "12");invrpt.ToolbarIconsStyle = ToolbarIconsStyle.Black; ViewBag.
WebReport
浏览 3
提问于2014-04-04
得票数 0
2
回答
单页面应用程序的角度路由(ASP.Net MVC Web )
、
、
、
、
Controller // GET: api/values public IEnumerable<PBMMMIS.Data.
WebReport
浏览 0
提问于2016-06-20
得票数 2
1
回答
FastReport.OpenSource.Data.MsSql不能引用FastReports.OpenSource
、
、
但是,以下代码无法编译:var mssql = new FastReport.Data.MsSqlDataConnection();
webReport
.Report.Dictionary.Connections.Add(mssql);
浏览 2
提问于2021-11-19
得票数 0
回答已采纳
2
回答
生产/_fr路径不可用时出现FastReport aspcore 404错误
、
、
@if (ViewBag.
WebReport
!= null) @await ViewBag.
WebReport
.Render();对这个问题的任何见解都会有所帮助。
浏览 5
提问于2021-01-28
得票数 0
1
回答
将二进制数据绑定到ComponentOne
WebReport
控件
你知道如何将二进制数据绑定到ComponentOne
WebReport
控件吗?
浏览 2
提问于2010-03-23
得票数 0
回答已采纳
1
回答
在带有Selenium的复杂标签上选择
、
、
A-标记看起来如下:我用的是这样的东西:driver.get("https://app.evaluate.com/ux/
WebReport
浏览 1
提问于2021-06-23
得票数 1
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
热门
标签
更多标签
云服务器
ICP备案
云直播
对象存储
腾讯会议
活动推荐
运营活动
广告
关闭
领券