Questions tagged as 'ssrs'

0
answers

Add column in an MDX for SSRS

I need this MDX query, add a column with Provincial values. select non empty STRTOSET(@Organizacion,CONSTRAINED) on rows, --Parametro para SSRS { [Measures].[Adeuda Informar] } on columns FROM [Modelo] This would be the result I nee...
asked by 17.12.2018 / 18:05
0
answers

Report SSRS takes time to generate

I am generating SSRS reports in a ReportViewer in ASP.NET with VB.NET, I have not been able to solve that the first time the report is generated takes too much time. How is that delay solved? I add Code as a charge to the ReportViewer Report:...
asked by 17.08.2018 / 22:14
0
answers

touch action of css?

I have a web page in Asp. Net, but it turns out that I added SSRS reportviewer to which I added the touch-action property because they are displayed on a touch screen. I just put the property like this: touch-action: manipulation in the preportv...
asked by 01.06.2018 / 17:04
0
answers

SSRS How to print all the pages of the reportviewer without going to the next one?

I have a report viewer in a webform.aspx and to avoid showing the preview when printing, add a button to which I added this script: <script type="text/javascript"> function Print() { var report = document.getElementById("<%=...
asked by 15.05.2018 / 19:44
1
answer

Dynamic parameters in Reporting Services

I am currently generating a report using the SWL Server Business Intelligence Development Studio 2005 since it is the reporting version used by my client. Your request is a report with 2 filters, one per region, and another one for stores, bu...
asked by 01.03.2017 / 18:12
1
answer

ReportViewer remote data

Good morning. I have a problem with the reports (.RDLC) of my project (ASP.Net MVC), it turns out that I just uploaded it to Azure (App Service). I was working with a local database, which did not have credentials (username, password), wit...
asked by 12.03.2017 / 16:25
0
answers

In a SQL report in local way to execute the SQL that I have in the dataset instead of having to pass the data

I am investigating the different possibilities of SQL Server Report . I have seen that on the server, when you execute a report , it connects against the string that you connect in the DataSource1 and then executes the stateme...
asked by 12.09.2016 / 16:19
0
answers

Numerical format in SSRS

Hello Good morning to all (my keyboard is in English so I do not have to put the tildes sorry), I wanted to ask you a question about the SSRS report builder. Notice that I have these numbers: 652298433 422185043 But they have to look lik...
asked by 21.12.2018 / 15:00
0
answers

Calculate percentage of growth within columns grouped in SSRS

Calculate percentage of growth within columns grouped in SSRS I am currently building a report that includes a table with columns grouped by Month, so that it dynamically creates a column for each month that is within the range selected by th...
asked by 30.10.2018 / 23:02
0
answers

SQL Server and query with different problems (sqlserver)

Hi everyone, I've been working on this server for a short time, and I just have a problem, I need to consult a table to create a report with reporting services (SSRS). My problem: I need to show the benefits of the company of the period th...
asked by 22.10.2018 / 15:53