《转》快速导出SSRS之RDL文件时间:2023-03-09 09:44:10 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