2

I' m developing reports from Visual Studio 2010 using .rdlc extension.

There is a requirement where I have to export all reports to one excel file in the form of tabs.

When I export reports to Excel I can see the reports in the form of tabs(sheet1, sheet2, ........).

I want to rename these sheets. I have seen that in SQL Server 2008 R2 there is a property PageName which I' m unable to find in Visual Studio 2010. Please help me with this.

4

1 回答 1

3

你可以试试这个:

页面名称

设置此项,然后在导出到 excel 时,选项卡将使用页面名称。这可以在报表中的某些对象上设置,并且可以使用表达式来设置名称。包含此属性的对象包括:

 - Tablix
 - Rectangle

以下是供您探索的教程:

于 2013-01-27T08:28:52.720 回答