我需要在没有任何数据源的情况下打开RDL文件运行时。这只是加载和检查颜色的标题配置。无需加载数据。但是每个RDL文件都应该加载标题详细信息。我怎么能这样做?有可能吗?
答案 0 :(得分:0)
RDL files are standard XML files so you would just need to parse those files and find header details.
Header information is located in Report
=> ReportSections
=> ReportSection
=> Page
=> PageHeader
.
Then you can read/update the required tags.