Open LouisAgra opened 2 years ago
Having this issue when running the code.
Specifically: server.GetItemType(itemPath) == SoapApiConstants.Report
Also see that rdlFileIO returns mostly nulls, I am able to connect to the SSRS Repository from the link defined on the App.Config:
<setting name="RdlMigration_IReportingService2010" serializeAs="String"> <value>http://localhost:80/ReportServer/ReportService2016.asmx</value>
Any help would be appreciated, Thanks
It seems it is not detecting the Paginated reports inside the folder but it is trying to convert the html page entirely.
<!DOCTYPE html>
Having this issue when running the code.
Specifically: server.GetItemType(itemPath) == SoapApiConstants.Report
Also see that rdlFileIO returns mostly nulls, I am able to connect to the SSRS Repository from the link defined on the App.Config:
Any help would be appreciated, Thanks