Affichage des articles dont le libellé est SSRS. Afficher tous les articles
Affichage des articles dont le libellé est SSRS. Afficher tous les articles

mardi 21 avril 2015

SSRS: pass mutivalued parameter by http

In an SSRS report you may have multivaluable parameters :


In this case the question is: how to pass such a paramter by http ?
The answer is quite simple. In your query you must have a sequence like:
&CRITS=CRIT1&CRITS=CRIT2

The number of &CRITS= depends on the number of values.

lundi 19 janvier 2015

SSRS: All report in one page in the browser

In Sql Server Reporting Service, if you want to get your report without pagination you have to disable soft page break.
This can be done by setting InteractiveHeight to 0.
  1. Select the report property by clicking anywhere outside the report.
  2. Set the InteractiveSize - Height to 0