microsoft / ReportingServicesTools

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

Modify/Set Parameters in an existing Report #191

Open n8carr opened 6 years ago

n8carr commented 6 years ago

ReportingServicesTools allows me to create new folders, upload reports, create datasources, update certain bits about dataSources and modify which dataSource a report uses, and I greatly appreciate all these features.

Some of my reports include several parameters. I'd like to modify/set those parameters via PowerShell, as well as set hidden to true, on them, once I have set them.

Is this possible through current scripts, and/or would you consider adding this functionality?

NReilingh commented 5 years ago

Same question here — in particular I want to be able to UNset the "Use default" setting for every parameter on a report. The reason for this is that after a report is deployed from VS-SSDT, subsequent deployments will not affect report default value settings.

jtarquino commented 5 years ago

We welcome any contribution to enhance the project to adapt to your requirements, feel free to send a pull request and we will look at it as soon as possible