简体   繁体   English

我如何在 Microsoft.ReportViewer.WinForms 中更改报告显示

[英]How I could change report presentation in Microsoft.ReportViewer.WinForms

I'm loading a rdlc report in Microsoft.ReportViewer.WinForms:我正在 Microsoft.ReportViewer.WinForms 中加载 rdlc 报告:

在此处输入图片说明

How I could show the report with this presentation by programming in C# :我如何通过在 C# 中编程来显示带有此演示文稿的报告: 在此处输入图片说明

This presentation only can be shown with pressing printing designer button:此演示文稿只能通过按下打印设计器按钮显示: 打印设计师按钮

在默认情况下在打印视图打开报告查看器中找到了答案

ReportViewer1.SetDisplayMode(Microsoft.Reporting.WinForms.DisplayMode.PrintLayout)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法使用 visual studio 2019 加载文件或程序集“microsoft.reportviewer.winforms” - could not load file or assembly 'microsoft.reportviewer.winforms' using visual studio 2019 该应用程序要求首先在全局程序集缓存(GAC)中安装程序集Microsoft.ReportViewer.WinForms版本11.0.0.0。 - The application requires that assembly Microsoft.ReportViewer.WinForms Version 11.0.0.0 be installed in the Global Assembly Cache (GAC) First 如何从Microsoft.Reporting.WinForms.ReportViewer v11将报告导出到.xls文件 - How to export report to .xls file from Microsoft.Reporting.WinForms.ReportViewer v11 ReportViewer错误 - 报告的定义“无效。无法加载文件或程序集Microsoft.ReportViewer.ProcessingObjectMode - ReportViewer error - The definition of the report " is invalid. Could not load file or assembly Microsoft.ReportViewer.ProcessingObjectMode 无法在 >net 中的 reportViewer 中打印报告 - could not print the report in reportViewer in >net 报表和报表查看器控件不在同一个项目中如何访问报表 - Report and reportviewer control not in same project how can i access report Microsoft.ReportViewer.WinForms.V15 与 .NET Core 3.1 不兼容 - 如何在 WPF 核心中显示 RDLC? - Microsoft.ReportViewer.WinForms.V15 not compatible with .NET Core 3.1 - How to show RDLC in WPF Core? 如何更改ReportViewer的MIME类型? - How can i change mime type for reportviewer? 使用ReportViewer对象打印Microsoft report(.rdlc) - Print Microsoft report(.rdlc) with ReportViewer Object 如何在C#WinForms中更改报表的路径 - How to Change path to a report in c# winforms
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM