stimulsoft

Stimulsoft Reports.Net基础教程(六):创建分组报表②

巧了我就是萌 提交于 2019-12-06 02:38:15
添加样式 1.返回到报表模板 2.选择 DataBand 3.改变 Even style 和 Odd style 属性的值。如果未设置这些属性的值,选择这些属性的列表值中的 Edit Styles ,使用 Style Designer ,创建一个新的样式。下图显示的是 Style Designer : 点击 Add Style 按钮开始创建样式。选择下拉列表中的 Component 。设置 Brush.Color 属性以改变行的背景颜色。下图显示的是带有 Brush.Color 属性值列表的 Style Designer 示例: 点击 Close 。一个新的 Even style 与 Odd style 属性值列表将会显示; 4.为了呈现出报表,点击 Preview 按钮或者调用 Viewer ,点击 Preview 菜单项。下图显示的是呈现出的带有行的可供选择的颜色的分组报表示例: Stimulsoft Reports.Net试用版下载 来源: oschina 链接: https://my.oschina.net/u/2690029/blog/726218

Stimulsoft Reports.Net基础教程(四):创建主从报表②

大兔子大兔子 提交于 2019-12-06 02:37:43
添加样式 1.返回报表模板; 2.选择 DataBand ; 3.改变 Even style 和 Odd style 属性的值。如果未设置这些属性的值,选择这些属性的列表值中的 Edit Styles ,使用 Style Designer ,创建一个新的样式。下图显示的是 Style Designer ; 点击 Add Style 按钮开始创建样式。选择下拉列表中的 Component 。设置 Brush.Color 属性以改变行的背景颜色。下图显示的是带有 Brush.Color 属性值列表的 Style Designer 示例: 点击 Close 。一个新的 Even style 与 Odd style 属性值列表将会显示; 4.为了呈现报表,点击 Preview 按钮或者调用 Viewer ,点击 Preview 菜单项。下图显示的是呈现出的带有行的可供选择的颜色的简单主从(master-detail)报表示例: 如果选择 DataBand1 ,即 Master-Detail 报表的主组件,那么改变 Even style 和 Odd style 属性将成为可能。在此种情况下,可改变的行的颜色将只在 Master 条目中得到应用。 Stimulsoft Reports.Net试用版下载 来源: oschina 链接: https://my.oschina.net/u

如何使用Stimulsoft Reports .Net的Designer.EXE连接MS Excel

旧时模样 提交于 2019-12-04 06:18:26
问:如何使用Stimulsoft Reports .Net的Designer.EXE连接MS Excel? 答:在报表控件Stimulsoft Reports .NET 2013中运行Designer.EXE设计报表,首先选择"新连接(New Connection)",然后选择"OleDB连接(OleDB Connection)"。 有时候在这里可能就会遇到问题,数据不会显示Microsoft.Jet.4.0 Provider或者Microsoft.ACE.12,而我们又想把他连接到Microsoft Excel数据文件中。经过测试,我又发现了一个奇怪的问题,当我在安装了Windows XP(32位)的电脑上运行,报表控件版本依旧是Stimulsoft Report .NET 2013,数据链路就会显示Microsoft.Jet.4.0 Provider或者Microsoft.ACE.12,而Stimulsoft Reports .Net 2013的兼容性还是很不错的,按理说不应该出现不兼容的问题。 如何解决这个问题,让Designer.EXE连接MS Excel呢?其实很简单,只需要一串代码就可以解决。 在选择OleDb Connection的时候复制下面代码就可解决问题: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:

Stimulsoft Reports报表工具的三种编译方式

て烟熏妆下的殇ゞ 提交于 2019-12-03 09:01:05
一、Compile方式 在使用Stimulsoft Reports报表工具的时候,你可以手动调用此方法的代码,也可以在调用方法Render()时,自动调用该方法。 .NET Framework有运行时编译功能,你只需要编译文件。创建的文件被保存在临时的Windows文件中。而创建的报表也会在这个临时文件中进行操作。编译的报表通过系统内存中从集合上传后才会从文件中删除。 .NET Framework还有另外一个功能,集合可以通过ApplicationDomain在内存中卸载。每个编译的报表都被存储在内存中,因此,内存使用数量会增长。在可执行文件数量允许范围内,应用会以"Out Of Memory exception"错误形式结束。 二、将报表保存为集合 你可以使用报表设计器将报表保存为集合,完成方式为点击 File -> Save as -> DLL Files 。 当然,你也可以调用方式Report.Compile() 来指定报表必须编译的集合名称。 三、将报表保存为 C# 或 VB class 在使用Stimulsoft Reports的时候,使用报表设计器可以将报表作为类保存为.cs 或者 .vb 文件(取决于编程语言),然后将保存的类与项目链接并编译。 来源: oschina 链接: https://my.oschina.net/u/1428868/blog/201106

Stimulsoft Reports 2014.2新版本系统配置说明

血红的双手。 提交于 2019-12-02 00:49:24
Stimulsoft 宣布软件系统配置变更公告: Stimulsoft Reports 2 014.2官方发售版本开始,要求配置 .NET Framework 4.0 或更高。 Stimulsoft Reports.Silverlight 需要安装 Silverlight 5 。 Stimulsoft Reports.WinRT 将支持 Windows 8.1 应用程序框架 ASP.NET 4 或 ASP.NET MVC 4 需要和 Stimulsoft Reports.Web 一起工作 如果你想要提前使用开发平台和框架,可以下载 Stimulsoft Reports 2014.1版本 官方英文公告: Stimulsoft company announces the changes in system requirements to the software. Starting with the official release of Stimulsoft Reports 2014.2 it will be necessary to have minimum .NET Framework 4.0 or higher. For working with Stimulsoft Reports.Silverlight it is required to have installed

How can I assign a normal table from a dynamic pivot table?

浪尽此生 提交于 2019-11-29 17:35:31
I need to make a report in Stimulsoft from the last 12 months from our current date, I used dynamic pivot table to make this, the original table is at figure 1 Then the pivot table is like the figure 2 (bigger image link here: http://i.stack.imgur.com/LPCuP.jpg ) The DACP_Value at figure 1 is the row at the date it corresponds at figure 2. Note that the culture is set to pt-BR (brazil) Here is a sample code of the generation of the pivot table made in SQLFiddle http://www.sqlfiddle.com/#!3/3205a/23 I need to put this dynamic data with the headers inside a normal table (it can be a temporary