JasperServer choose DataSource dynamically - jasperserver

Is it possible to change my datasource dynamically for my reports like a parameter?
I have 2 datasources but i want to choose between them so only need one report for 2 datasources.
Is it possible?
Thanks in advance for all the help.

Related

Hiding database expert and table explorer in crystal reports

Is it possible to hide the database expert and table explorer when sharing a report with someone? in other words user who runs the report just need to use the select expert or parameter field programmed.
Thanks
You can give the user one of the 3rd-party viewers. See list here.

Project Server SSRS report - One report dynamically including multiple reports

I am not an expert at SSRS but have played around with it to know my basic way around it but I am stuck on this one. This is for Project Server 2010. I am working on a task to create two reports, and combine them at the end. First report, reportA is for a single project, pulling all of it's information. reportB is for a "Portfolio" of the projects on the server.
I am being asked to create a report of them merged. I guess we will call this reportC. reportC will have reportB at the very top, listing all of the projects and other basic information. If reportB has 10 projects listed, 10 reportAs (having information for every single project listed) and all their information, will be aggregated to the bottom of the report.
I tried looking into subreports but do not think this is what I am looking for because it doesn't look as if subreports can be added dynamically, unless I'm wrong. Any ideas on how to easily complete this? I appreciate any help I can get.
EDIT: Here is an example. No it wont be aligned like that. They gave me their example in Excel. It does not necessarily mean that reportC has to be through Excel. Could this be possible running a script of some kind or similar?
Basic Example
I recently did something very similar myself.
What you could do, is in report A, place a table at the bottom where each row is a sub-report (report B). This would allow for all the passed data (name, report id, etc.) to generate visible sub-reports beneath the origin report.
Then, if you want each sub-report on its own page, you can go under group properties and add a page-break after each group.

How to create a multiple crosstab report in jasper

I would like to create a multiple cross tabs report using iReport Designer Professional 4.7.0. Please find the sample screenshot of the same below.
I was able to do everything accept the Total's row showing the type wise totals.
Thanks in advance

dynamically settings elements top and left in Jasper reports

Can somebody help me by letting me know if we can set the x and y parameters dynamically
while generating reports using JasperReports instead of predefined values for the co-ordinates?
Thanks!
Yes, we can.
You can use JasperReports API or DynamicJasper API for this purpose. With help of these Java API we can dynamically build the report design.

Setup pagename in SSRS R2 when export to Excel

I've to put sheetnames when export my SSRS to excel for each pagebreak. I read the documentation and I couldn't get the PageName properties in my tablix properties.
I checked in group properties as well but only I can setup page breaks options between instances of a group
I'm working with SSRS R2. Is this alloe only for Report builder?
someone can help me!!!
Thankss
No, PageName property is available in the report designer (BIDS) also. You won't find it when you right click on the
report item and choose properties. Instead, look in the properties window for the tablix.
One other thing you may want to check is the Target Server Version property for the project. As you know this is only in
SQL2008R2. So, you won't see it if the target server version is set to SQL2008 or prior versions.
~Sam.