rdl Questions
3
Solved
I need a row value in my SSRS report that is a calculated one based on a couple of fields that are already being used in the report. I want it to display in the textbox named 'textboxPercentageValu...
Guyguyana asked 12/1, 2016 at 17:5
5
I have a project in Visual Studio 2017 with .NET Framework 4. For reports I use the RDLC designer, but I have a problem. The designer creates the reports using RDL 2016 and I need you to use the 20...
Lattimer asked 31/3, 2017 at 11:41
2
Solved
I am using Microsoft.ReportViewer.WebForms version 11 via an aspx page embedded in an MVC application. The report is rendered directly as a PDF from the report viewer.
Problem
I have a tablix that ...
Clie asked 24/5, 2019 at 8:41
2
I have a number of SSRS reports that are currently in 2016 schema and need to be converted to 2008 R2 schema upon build.
Does anyone know how I can achieve this? Is it actually possible to do thi...
Annulate asked 19/5, 2017 at 4:43
2
Solved
My textbox have a some properties like these
txtBox.Cangrow = False
txtBox.CanShrink = False
Uncheck allow height to increase and decrease.
This textbox use for display value which receive...
Haland asked 14/9, 2015 at 7:57
3
Below figure is my report.
This tablix has 10 row from dataset.
It's grouped by TOOL_CODE and TYPE for get count.
At "Count" Column is use this expression ..
= Count("Detials")
"Detials" is ...
Homebody asked 2/9, 2015 at 3:36
2
Solved
I have always used Visual Studio to create my SSRS reports but I have recently been advised to switch over to and use report builder 3.0. I am wondering, are there are any advantages to using one o...
Session asked 2/7, 2015 at 14:46
1
I have several ssrs rdl reports where I am trying to concatenate text then a data set field then text again and it is displayed as a bar code.
Here is the expression:
="*" & Fields!barcodenum...
Jurisconsult asked 18/10, 2017 at 14:46
4
Solved
In SSRS, I noticed that the rdl.data cache files are being stored on my dev machine. Are these files also stored on the Reports Server when reports are run? If so, is there a way to avoid creating ...
Paternalism asked 6/8, 2010 at 14:53
4
Solved
When publishing a reporting services report. Where does the actual .RDL file sit on the server?
I can redownload the .RDL file via browsing through the report manager? But where is this file situa...
Fichte asked 27/5, 2009 at 7:14
10
I have been studying SSRS 2005 / 2008 in the past weeks and have created some server side reports. For some application, a colleague suggested that I look into RDLC for that particular situation. I...
Corrade asked 3/7, 2009 at 12:33
1
Solved
I had this code taken from Reza Aghaei’s solution, which had helped me solve the problem for single DataSet using Microsofts Reportviewer Control on Winforms.
Working Part:
Calling Form:
string ...
2
I have a report in SSRS that takes as a parameter a SalesRepCode and Email to generate a PDF receipt. It's working as it should be if I'm using the Report Viewer.
With C#, I'd like to automaticall...
Paramagnetic asked 11/10, 2016 at 15:11
1
Solved
What is the most elegant way to pass RDL file, SQL and Connection string to ReportViewer Control on Winform C# project for displaying report at run time.
Introduction:
I recently started working...
1
Solved
What does:
<rd:...> </rd:.....>
in XML format of RDL file mean and the purpose of it?
Anyone please explain it to me. I just started learning this.
1
Solved
Chrome is my preferred browser; I need to interact with SQL Server Reporting Services, though, and when I navigate to a report created with Report Builder (*.rdl file), in Chrome I get no contextua...
Seminole asked 14/12, 2015 at 21:27
4
I found the colspan and rowspan property defined in TablixCell,but in report Designer still can't vertical merge cells,if i modify the RDL xml file manually set Rowspan,the reportViewer show me err...
Katusha asked 27/3, 2011 at 7:1
1
Solved
I have three textboxes. Each text box will show a value which get from first row, second row and third row of "MyDataset" Dataset.
My Dataset contain about these
____SEQ_NO____|____USER__
1 | ...
Heparin asked 15/9, 2015 at 13:26
1
Solved
I have a rdl report with 2005 defination, If I try to edit in VS2008 or Report Builder 2.0 I get an error like below ;
Have any idea, how I can edit this report without harm it.
Thanks
Sefer
&g...
Mellette asked 15/8, 2014 at 15:32
1
Solved
I can see the SSRS reports via the Report Manager in the browser. I know what database server it's pointing to.
How do I find where the source .rdl files are kept?
Lager asked 1/8, 2013 at 4:12
1
Solved
Okay, I may have been googling for the wrong search terms but I can't find how to make a MS-Access style banded report with RDLC (that is the crippled report designer in Visual Studio 2010, not BID...
Kip asked 17/11, 2012 at 1:4
1
I have tried to call a .rdl report created in SSRS to be called in an aspx page; but I got the following error:
The Report Viewer Web Control requires a System.Web.UI.ScriptManager on the web fo...
Duodenitis asked 17/7, 2012 at 11:57
1
Solved
I have a Reporting Services 2005 report that had an error: "Parameter UserID is read-only". After doing some research, I found a solution that worked. I opened the report from the Report Manager we...
Walkling asked 15/10, 2012 at 17:4
3
If have an rdlc-report with grouped columns within a tablix (table). I want to add a footer row that spans all dynamically created columns and shows a total for all columns together.
How can I tel...
Forestay asked 19/4, 2012 at 8:43
2
Solved
I'm using Microsoft.Reporting.Webforms version 10 in order to parse an RDLC file and produce a PDF. The RDLC is a simple invoice with a couple of embedded expressions.
When I run the application I...
Belak asked 23/11, 2011 at 14:46
1 Next >
© 2022 - 2025 — McMap. All rights reserved.