开发者

.rdl and .rdl.data files

开发者 https://www.devze.com 2023-03-16 16:06 出处:网络
I have installed SQL Server 2008 R2 with Advanced Services. I have a visual studio solution that has files with extensio开发者_高级运维n .rdl and .rdl.data. How can I open and modify these files?RDL i

I have installed SQL Server 2008 R2 with Advanced Services. I have a visual studio solution that has files with extensio开发者_高级运维n .rdl and .rdl.data. How can I open and modify these files?


RDL is the Report Definition Language - e.g. the definition files for the SQL Server Reporting Services.

You should be able to use those either from the Reporting Services web dashboard, or you can check out the standalone Report Designer to open and modify those files.

0

精彩评论

暂无评论...
验证码 换一张
取 消