microsoft / ReportingServicesTools

Reporting Services Powershell Tools
MIT License
457 stars 213 forks source link

Write-RsCatalogItem not exporting State Indicators for Gauge Panels #416

Open NazLopez opened 10 months ago

NazLopez commented 10 months ago

I use the Write-RsCatalogItem to upload my reports to SSRS server. This works fine for most reports that I have. However, I added a new "Gauge Panel" with indicator icons such as Red dot, Green dot, Yellow dot. This works fine locally and I can see the state indicators display appropriate color dot. However, when I upload the SSRS report with Write-RsCatalogItem command the state indicator is missing. When I upload the SSRS report manually the state indicator is visible. As a test I uploaded the report with Write-RsCatalogItem then did a download. Upon reviewing the downloaded RDL file with notepad, I can see that the Gauge Panel I added is there, HOWEVER the State Indicator is missing. I reviewed the original RDL file and I can see the state indicator section is there. Seems like there is a bug in the export of the RDL file when it has a gauge with indicator icon. I've included a screen shot of the StateIndicator section that is missing when using Write-RsCatalogItem.

GaugeWithIndicatorSection