To add an additional parameter in SSRS report or to change the name or type of an existing one, the following steps should be taken: 1. Add parameter in the report data contract. 2. Change and compile contract and data provider. 3. Perform incremental CIL. […]
Category: Troubleshooting (12)
How to Delete Label File from AOT
Let’s say that we have a label file, e.g. DOC that we want to delete: To successfully remove a label file from AOT we have to create a temporary model, move the label file to the model, and then remove the model. Also, we have […]