Provide access for input controls on user role bases - jasperserver

I have business requirements for a Jasper report where I have to provide an access on the input controls (date/check box/text fields etc) of the Jasper report on the bases on the user role. Is it possible with JasperReports? I am using JasperReports Server 6.0.0.

Related

how to provide row level security in tableau based on data

I two tables one is actual data and second one is user names data as like below
I blended these data, implemented charts using tableau and published into server. In tableau server we have only two users one is "admin" and second one is "tableau_user". These dashboards are hosted to another company website where users can access the dashboard by login into the company's website.
I want to provide RLS for this dashboard, like when "user1#iofw.io" is logged in then i have to show only "AMM" data and so on..
How we can achieve this in tableau.

Publishing forms to a particular user

Will the designer be able to publish forms to a particular user(client)?Because now if he/she publish forms, it can be view by all users with client access na?
No we cannot publish a form only to a particular client using the designer page in formsflow.ai as of now. However we.can customise the code to check the group access and show the forms list to the users belonging to that particular group in Keycloak. We will be doing more refining as part of Multitenancy feature we will bring in future release.

this data adapter does not provide any facility to retrieve the fields

I tried to connect with sql server data adapter in jasper reports but iam not able to retrive the fileds from database it showing like below
"this data adapter does not provide any facility to retrieve the fields"
Can any one give me a solution.

Accessing SSRS Reports outside company domain

From report manager we can assign new roles , but these users needs to be in the same network. So how to access the SSRS reports outside the network?
I am assuming inside your organization you are accessing directly using the URL to SSRS server? There are two ways of providing the access to the reports
Not so good one but it works, Ask the users to dial in with their VPN
connections and then they can continue the same way as if they were
in same network
Build a ASP.net application which they can log on using their
credentials and then use Report Viewer to display the requested
report.

Pulling a report from a public Crystal Report server using .Net

What is the best method for pulling a report from a Crystal Report Server that is public facing. I only have public access to the server but need to pull a report form it on a daily basis. You log on here with the user id of public and no password. In the past, I've screen scraped sites for the info I needed. The report server here makes this very complicated from what I've seen in Fiddler.
Does Crystal (or the report server):
1. Expose a simple web service?
2. Is the a client library I can lean on?
Any help would be appreicated. My ultimate goal is to pull down the report using .Net and then pull out the contents of the report for a database.
Why not try the BusinessObjects SDK? You should be able to connect to the repository if you can authenticate as a guest. From there, it's pretty easy to get the RPT files.