You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
Pages: 1
Hello,
I am using the 2.2.5 version of Report Server.
Is there a way to have Drop Downs work as Parameters? I have Crystal Reports that use Drop Downs for Parameter Selection. When I load it into Report Server I only get the parameter option as a Type in field.
Offline
Hi Jeremiah,
you would need to use a datasource parameter for this. Have a look at https://reportserver.net/en/guides/admi … arameters/ (in particular Section 6.3.6).
Regards,
Arno
Offline
You...Are...A...
Life (project) Saver!
Thank you!
Offline
For note: you can simply write next query to the default RS database:
select '1'
union all
select '2'And obtain the data that you want
Offline
Offline
Pages: 1