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
Hi,
can you please explore how to use "key Provider:Parameter" in dataSource bundle.
Thanks
Offline
Hi Rajup,
the Parameter key provider allows the user to select the database to use via a parameter. Consider that you have the following setup for the Datasource Bundle:
Key Provider: Paramater
Parameter Key: DS
Mapping Provider: Static
A: Datasource 1
B: Datasource 2
C: Datasource 3In order to use this bundle at a report you would need to define a parameter with key DS. Then, the value of the parameter is used to choose the datasource. So, if the parameter value is B then the report is run on Datasource 2.
Hope this helps,
Thomas
Offline
hi Thomas,
can you please tell me what is the type of parameter DS. is it Text parameter or DataSource parameter or else.
Thanks
Offline
Hi Rajup,
this can be any parameter that can return a string. That is, it could be a Text parameter, a DataSource Parameter (this is probably the most common case as this allows you to have a drop down box), or even a user variable or script parameter.
Regards,
Thomas
Offline
Pages: 1