reporting-services

SQL getting multiple columns into one column

a 夏天 提交于 2020-01-04 09:03:16
问题 I have this query that I am using to create a report: SELECT DISTINCT Appointment.ActivityId, Appointment.ScheduledStart, Appointment.OwnerIdName, Contact.AccountIdName, Appointment.new_ContactPersonName, Appointment.Subject, Appointment.new_ColderNotes, Account.AccountId, Contact_1.ContactId, SystemUser.SystemUserId, SystemUser.FullName AS OptionalOwner, Contact_1.FullName AS OptionalContact, Account.Name AS OptionalAccount, ActivityParty.PartyId, ActivityParty.ParticipationTypeMask, Contact

Microsoft LocalReport (rdl) in ASP.NET Core MVC App

与世无争的帅哥 提交于 2020-01-04 07:28:08
问题 I am running a project with ASP.NET Core (2.1) MVC. In our company we do have a lot of work done with SQL Report Builder (rdlc and rdl files). Therefore we wanted to use a "one the fly" mechanism to generate PDF Files with the ReportBuilder technology in the asp.net core mvc webapp. I tried the same nuget packages we are using in .net Framework (asp.net API and desktop app) but they are not working. The packages I tried are: Microsoft.ReportingServices.ReportViewerControl.Winforms Microsoft

Page break between columns group in RDCL report

天大地大妈咪最大 提交于 2020-01-04 04:54:28
问题 I have on table matrix with columns group. I want that the table length is break on new page if change the group value. Example of my table; GROUP COLUMN 1 | GROUP COLUMN 2 |mounth1 | month2 | month3 | mounth4 | month5 | month6 TEXT1 | ............................................................ TEXT1 | ............................................................ Some one can help me? EDIT: I uploaded an image of the report. It's a very simple matrix table. I would like page break after the

SSRS passing Report Parameters

牧云@^-^@ 提交于 2020-01-04 04:38:09
问题 I am having a difficult day trying to decode the underlying issue with this one I have a form that the user enters information. That information is passed through URL to SSRS I am getting the error An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'Report'. (rsErrorExecutingCommand) Must declare the scalar variable "@ReportType". Must declare the scalar variable "@StoreNum". Must declare the scalar variable "@ReportType". Must declare

Integrate SSRS with Visual Studio 2010

╄→гoц情女王★ 提交于 2020-01-04 03:57:47
问题 Is there a way to integrate SSRS with Visual Studio 2010? If not, is there any other way to use SQL Server Reporting Services in my projects, when using SQL Server 2012, MS Report Builder 3.0 and Visual Studio 2010? 回答1: You are probably using SQL Server 2008 R2 and to start the tool you are going to use to create reports in SSRS, you to go Start> All Programs > Microsoft SQL Server 2008 R2 > SQL Server Development Studio. There you can create projects with the Report Wizard to use in SSRS.

SSRS 2008 R2 / 2012 Width Property Unit of Measure Default Setting

时光总嘲笑我的痴心妄想 提交于 2020-01-04 02:38:31
问题 Is there a way to configure the default unit of measure for the width / height properties used to size cells / rows? If I add a table and configure the width of the columns to a value specified in "pt" rather than "cm" I have to change them all as I specify the width (I am using pt to get over the inexplicable inability of SSRS to correctly align columns when exported to Excel). Is there a way I can change from cm to pt as the default value for all measures in a report? 回答1: Imperial or

SSRS Auto Generating all columns from Dataset into tablix (Report Builder 3.0)

会有一股神秘感。 提交于 2020-01-04 02:20:07
问题 Is there a simple way to just auto generate every field/column from a dataset into a flat table/tablix in SSRS without making it a matrix? Seems like something that should be so easy, rather than having to drag each and every column over. Not sure if I'm missing something obvious. My dataset returns about 180 columns, dragging them all over would be painful. Any insight would be greatly appreciated! I'm using Report Builder 3.0 by the way. Thanks! 回答1: Have you considered using the Table

What credentials need to be passed when accessing an SSRS report through URL?

守給你的承諾、 提交于 2020-01-04 02:11:15
问题 I know this is repeat question, but I have searched almost all the threads about this and have not found any solution to my problem. Some of threads show a solution like: &dsu:DataSourceName=username&dsp:DataSourceName=password But this doesn't work for me. What value should I give for DataSourceName ?FolderName/SharedDataSourceName or only SharedDataSourceName? For username and password do I need to provide Windows username and password for where the report server is installed? I tried all

How to reduce SSRS PDF Export Size

徘徊边缘 提交于 2020-01-03 20:05:04
问题 I have a SSRS report that is Exported to PDF. The report has one table with 2 lines. (A header with no formatting and one record). The PDF export that is created is 130K. I am sure that this is much larger than it needs to be. Is there any way to reduce the size of the created PDFs from SSRS? Or any issues that can bloat a PDF from SSRS that I should be aware of? 回答1: The best generic answer to this question is probably: Open and inspect the code in the RDL file : it's just an XML file, and

How to reduce SSRS PDF Export Size

本秂侑毒 提交于 2020-01-03 20:02:01
问题 I have a SSRS report that is Exported to PDF. The report has one table with 2 lines. (A header with no formatting and one record). The PDF export that is created is 130K. I am sure that this is much larger than it needs to be. Is there any way to reduce the size of the created PDFs from SSRS? Or any issues that can bloat a PDF from SSRS that I should be aware of? 回答1: The best generic answer to this question is probably: Open and inspect the code in the RDL file : it's just an XML file, and