RDL file runtime design viewer VS 2013 or RDL file Header viewer without data source

309 views Asked by At

I need to open RDL files runtime without any data source. It's for just load and check Header configurations with colors. No need to load data. But every RDL files should be loaded with header details. how could i do that? is any possibility to do ?

1

There are 1 answers

3
Sébastien Sevrin On

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.