English 中文(简体)
How to add group, or page field in an existing .rdl report
原标题:

I have several .rdl reports designed for our client. However, they need new ones, that are relatively similar to the old ones. Differences are in the "group" and "page fields" (these can be changed easily). I m interested in adding new group and page fields.

I would like to copy/paste the old report, and then add new (group and page) fields, without creating new report from wizard (so I don t need to copy design, nor queries). Is there a way?

最佳回答

i ve got just the blog for you!

go to the table properties, go to groups, and click add.

to enable drill down, go to the table properts, go to groups, click a group and click edit, and go to visibility. set your initial visibility and click the check box and select a cell textbox that will toggle the group.

creating basic drilldowns

问题回答

The best way I have found to do this is to make a copy in windows explored and rename it. Then add the renamed report to a project and delete anything you don t need.





相关问题
Export tables from SQL Server to be imported to Oracle 10g

I m trying to export some tables from SQL Server 2005 and then create those tables and populate them in Oracle. I have about 10 tables, varying from 4 columns up to 25. I m not using any constraints/...

SQL server: Can NT accounts be mapped to SQL server accounts

In our database we have an SQL server account that has the correct roles to access some of the databases. We are now switching to windows authentication and I was wondering if we can create a NT user ...

SQL Server 2000, ADO 2.8, VB6

How to determine if a Transaction is active i.e. before issuing Begin Transaction I want to ensure that no previous transaction are open.. the platform is VB6, MS-SQL Server 2000 and ADO 2.8

热门标签