Questions tagged [reportserver]

ReportServer is a modern and versatile business intelligence (OSBI) platform.

ReportServer is a modern and versatile business intelligence (OSBI) platform made in Java language. It has an opensource version and another enterprise.

https://reportserver.net/en/

137 questions
11
votes
3 answers

How to export SSRS 2017 report using REST API

I've setup SSRS 2017.I need to export an SSRS report using their new REST API, I've been looking through the API specification here but I can't find a method in swagger specification to render/export that report using an HTTP client. This Question…
Aarif
  • 1,595
  • 3
  • 17
  • 29
6
votes
1 answer

Isolated Storage Exception: Unable to determine the identity of domain

I setup a subscription in a SQL Server 2012 SP1 Reporting Services instance that exports a 34MB file to the Excel 2007-2013 XLSX OpenXML render extension. The subscription throws the following…
5
votes
2 answers

Making sense of the ReportServer.dbo.Schedule table

Hi I am trying to make a report that lists all the subscriptions on our report server, the report they are on, the times and days they are run on, and the reccurence. So far I have been able to get a list of the reports and schedules of the…
Chris Gibson
  • 51
  • 1
  • 3
4
votes
1 answer

Exporting SSRS Reports to PDF from Python

I am trying to export/print/generate SSRS reports from Python. It looks like SSPYRS should accomplish exactly what I am looking for. However, I get an error and can't find the ways around it. import sspyrs try: username= "user" password =…
4
votes
2 answers

How can I determine the Stored Proc used on an SSRS page?

We have an SSRS Report Server (I don't know if the name "Report Sever" is peculiar to us or common to SQL Server report services (IOW, I don't know if we chose it, or Microsoft did)) that hosts various queries that users can run against our data. I…
4
votes
0 answers

SSRS barcode font embedding to PDF

I have a problem embedding a barcode font to a report. Exporting to PDF, it doesn't show the barcode. It only shows the numbers. I have the font installed on the server. I reboot the server after installing the font, and it doesn't work. But, i try…
3
votes
2 answers

No BinaryHeader Error on Deserialization of byte[] from ReportServer Passed from WCF Application back to WPF Application

I will provide as much information as I can about the project, followed by the relevant source code, followed by information regarding what I have tried already (I will try to include code snippets for what I tried where I have them, in case I did…
3
votes
1 answer

how to use formula in Pentaho Mondrian schema XML

I'm working on Saiku reports in ReportServer. I have added a Mondrian Data Source. Now i would like to add two Rows in the report to show a Sum in the 3rd row, i did some R&D and found that we can use Cell formatter that can use Formula to use…
NoNaMe
  • 6,020
  • 30
  • 82
  • 110
3
votes
1 answer

Purpose of dbo.Policies table in SSRS

What is the purpose of the [dbo].][Policies] table in SSRS ReportServerDB database? I see two columns, PolicyID and PolicyFlag and I don't get any clue about purpose of this table. Is it possible to add anew row into that table and what represents…
veljasije
  • 6,722
  • 12
  • 48
  • 79
3
votes
1 answer

I want to update the Shared DataSource of SSRS Report from c# code

I have a report deployed on my ReportServer. This Report is using a shared dataSource which is also deployed on the ReportServer. I am using a ReportViewer in WPF application using WindowsFormsHost control. I am able to display the Report from the…
3
votes
1 answer

Enable Caching for all reports in SSRS Report Server

I have more than 100 reports in SSRS report server. I need to enable caching for all of those. Right now I am enabling caching through the report manager for each and every report. Can we add caching in any of the report servers config files? So…
3
votes
1 answer

Using PowerShell to modify RSReportServer.config

How do one use PowerShell to update or change the RSReportServer.config file? I want to change the value in the IsReportManagerEnabled tag, inside the Service tag, from True to False. Thanks a lot.
Yster
  • 3,147
  • 5
  • 32
  • 48
2
votes
0 answers

Powershell deploying to Powerbi report server malfunction when logged off the server

I have a SQL Agent job invoking SSIS package - Powershell script that behaves differently depending on whether the service account running the job as is logged on the remote server or logged off the server. The Symptom SQL Agent job runs as a proxy…
luddite
  • 21
  • 1
2
votes
0 answers

Using Kerberos request type instead of NTLM in power-bi report server

I'm having a server with power-bi reporting service installed and configured on it, and from my front-end that hosts the application, i've got angular 7 with proper power-bi components installed. Since the report is on the server and it needs…
Saleh Ahmadi
  • 75
  • 2
  • 2
  • 16
2
votes
2 answers

Display html formated text in report

In my report I display a record from a table of my database. One of my columns has data formated as html. I want to display this as rendered html. So nice header should render nice header Can I do this in a report?
Mathias F
  • 15,906
  • 22
  • 89
  • 159
1
2 3
9 10