《转》快速导出SSRS之RDL文件

select name,[path],cast(cast(content AS varbinary(max)) as xml) as RDLDef

from dbo.[Catalog]

where type = 2

只需将XML保存为Rdl文件即可

【转自】http://colinwei.lofter.com/post/1cf8745a_6c97c07

posted @ 2018-05-09 11:36  纵一苇之所如-  阅读(519)  评论(0)    收藏  举报