Report Definition Language (RDL) is a standard proposed by Microsoft for defining reports.
0
votes
0answers
11 views
SSRS Result on Multiple Value Parameters
I have an SSRS report that takes multiple valued parameter, when I try to generate the sp's with the multiple values, I get the desired result on the contrary when I'm on the SSRS env (test), even if ...
0
votes
0answers
9 views
SSRS Visual Studio 2008 Report Object Layering - custom line object hidden behind Chart
I have some line objects where i base their visibility on a date. These lines are placed on top of a chart (line graph) object. The lines appear and disappear exactly as I want them to when I am in ...
0
votes
0answers
25 views
Inclusion of page footer in SSRS 2005 causing page header issues
I'm having an issue with a SSRS project where the structure of the master RDL is
Page Header
Sub-RDL 1
Sub-RDL 2
Page Footer
The issue I'm having is with the header and footer. The header consists ...
0
votes
1answer
38 views
How to dynamically modify the connection string in an RDl file?
I am trying to modify a connectionString in an RDL file, which consists of xml nodes dynamically. but I am only able to retrieve the root using an / I cant retrieve any other nodes for example when I ...
-1
votes
2answers
49 views
Applying CSS styles to RDL file
Is there any way to apply CSS styles to an SSRS rdl file ?
Note: it's not necessary to BIDS, my main goal is to edit the rdl file regardless of the used tool.
Thanks
0
votes
1answer
43 views
How can I add an embedded data source to RDL in C# code?
I am trying to use SSRS in a multi-tenant situation. The base version we want to support is SQL Server 2008 but if R2 is needed we might be ok with that.
I am currently using the ...
0
votes
1answer
22 views
How do you place namespace alias on an XElement? How do you add a datasource to existing RDL document?
I am trying to create an XElement of a datasource to insert into an SSRS RDL file. However, I am unable to seem to get it to create correctly with respect to the rd: alias. Here is the code I am ...
0
votes
0answers
17 views
SSRS C# mapping RDL throws the error
I am mapping the Reports(RDL) with data sources through C#.
I am getting the Below error
The path of the item '' is not valid. The full path must be less than 260 characters long; other restrictions ...
1
vote
1answer
62 views
Rdl file view fullscreen
I am using ssrs reports in my project. I designed an rdl file in A4 size. My problem in when I see it in report viewer it appears very small compared to the screen width. So I'm wondering if there is ...
0
votes
0answers
58 views
rdl to rdlc conversion losing code expressions and parameters
I'm trying to move some reports from 2005 to 2010, and i'm losing most of my expressions custom code and all report parameters. Is there a way to prevent this?
Thanks!
I'm loading the rdlc in VS to ...
0
votes
1answer
155 views
SSRS RDL Mapping datasources programmatically
We are using rs.exe for deployment of RDLs to ReportServer.
As DataSource, Shared DataSet and RDLs reside in different folders.After deploying RDLs, mapping between RDL to Shared DataSets and Shared ...
0
votes
2answers
23 views
Report Header in Report Builder
I apologize if I am missing something obvious guys, but I am having a heck of a time figuring out how to add a report header (not page header) to a report. I want a header that shows up on the first ...
0
votes
1answer
126 views
RDL Expression for NULL date return #Error
Need some help on this, as mentioned above this part trouble me cause it will show the value as #Error if the value of date is NULL.
It's ok if there is a date value but not if NULL. Argghhhhhhh....
I ...
0
votes
1answer
55 views
Syncfusion WPF ReportWriter - How to set ReportParameters
I'm migrating a few reports from SSRS to Syncfusions's Reports. However, what I cannot seem to get to work is passing in parameters to the WPF ReportWriter.
I'm using this code:
ReportWriter ...
1
vote
1answer
186 views
Generate .rdl file from Excel file
In a current project I have to generate an Excel report. I do have the the Excel file as a template which contains some static data along with some fields which contain parameter values.
On the ...
1
vote
0answers
100 views
SSRS - Direct changes to report database does not reflect report
I'm actually developing reports with SSRS (2008R2). Due to some reasons I'm required/decided to change the .rdl (XML) file directly in order to create a dynamic set of columns in a tablix.
My ...
0
votes
1answer
165 views
RDLC reports issue
I am getting a compilation error when I work with rdlc reports, here is the error:
The report definition has an invalid target namespace
...
-3
votes
1answer
75 views
How to display barcode in a report? [closed]
How can I convert a string to a barcode and display it on a Microsoft Reporting Services report?
0
votes
1answer
74 views
Copyright symbol in rdlc reports
I want to print a copyright symbol in rdlc report textbox
how to do that?
0
votes
0answers
396 views
How to hide RDLC Table Column if no data is present in all the Rows with Expression?
I would like to hide the entire column including the header if all the rows under that is null or of no values with expression in an RDLC Report.
I have tried the expression
...
1
vote
1answer
161 views
How can I add a Document Map to an RDLC (aka SSRS) report in Visual Studio 2010?
Perhaps I am missing something obvious, but I cannot find a way to add a Document Map to an RDLC file from within Visual Studio 2010 (or the stand-alone "Report Builder 2.0" for that matter).
I ...
0
votes
0answers
20 views
The canvas of the report chart is resizing according number of the digits on the value axis
I'm working with Reporting Services 2005, and have a report to contains few charts, those charts displaying diferent kinds of the data. So, my problem is that between charts on which have 3 digits on ...
1
vote
2answers
99 views
Can I convert an RDLC file to an RDC file for reporting?
I am finding limitations with RDLC and wish to upgrade to use SSRS for RDL. Anyone have advise or experience in this? Any good articles? I have looked at some on the internet and on this website.
0
votes
3answers
517 views
SSRS ReportViewer problems with XML embedded data source
I have C# (WPF) application where I want to display a SSRS report in the ReportViewer control. The local report file has XML datasource embedded in it. The report is displayed correctly when running ...
2
votes
1answer
501 views
SSRS Reports need to reuse rdl files from SSRS 2005 (VS 2005) in SSRS 2008 (VS 2008)
I initially posted a thread here. Since I've received no answer, I'm posting here as well.
It's all about Dynamics AX 2009 and SSRS reports built and exported from VS 2005. I have rdl and rdl.data ...
0
votes
0answers
63 views
Displaying Sequential Records on a different column on RDL
I need to display data in sequential format on a different column on the same RDLpage instead of pagebreak.
eg :
A1 B1 A1 B1
1 Z 8 Z
2 Z 9 Z
3 Z 10 Z
4 Z 11 Z
5 Z 12 ...
0
votes
2answers
128 views
Is there a way to use datasets from custom assemblies to populate SSRS datasets?
I am tasked with converting some RDLC files to RDL that define their datasource with compiled VB.NET. Translating the code to TSQL is complicated for some of them, and it would be prudent to use the ...
0
votes
1answer
193 views
Report: Incorrect Column Sum Total
I have created a tabular report that has a couple of drilldowns that are subtotaled at the top of each table group via the following expression
Code:
=Sum(Fields!StandardTime.Value)
Data:
...
1
vote
1answer
237 views
Rdlc Report Column visibility in Export
I Have One Rdl Report As Par Client Requirement I Want To Hide Some Columns In Exporting Report
They Should Display Only Run Time Not In Export
plz help me for Export CSV
I can try all of thing ...
0
votes
0answers
134 views
Issue deploying SSRS file
Run into an odd issue at a client site. We built four fairly basic reports and 3 of them deploy but the fourth fails. I've tried using BIDS and by uploading directly to the Report server. The error ...
0
votes
1answer
266 views
SSRS 2008-R2 using RDL as a portlet\widget generator
I'm a product manager at a company that developed a web application.
The system has a data warehouse that is used to create different reports using SSRS 2008-R2
The application has a portal ...
0
votes
0answers
224 views
SSRS 2008 - Looking for pre-designed dashboard rld file
I want to build a few SSRS templates to speed up my work. In general, I am interested in two main templates:
Simple report with pre-designed color scheme, table, line and bar charts
Dashboard ...
3
votes
1answer
386 views
What is the easiest way to make a “Banded” Report in RDLC?
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 BIDS) ...
0
votes
2answers
138 views
Report Definition (RDL) Hide In Tile View
I have some subreports which I would like to have hidden from the tile view in SSRS when they're deployed.
Is there a way to have the .rdl specify this or is this particular property only available ...
0
votes
0answers
141 views
How to add a RDL file created by SQL Server 2008 to a VS 2008 project?
I have a RDL report created by SQL Server 2008. I renamed it to RDLC file, and was trying to add it to a VS 2008 project. However I got an error:
The report definition has an invalid target namespace ...
0
votes
1answer
129 views
reporting services, have two reports in rdl
I have a SSRS 2008 report that shows some information based on a start date.
I would now like to add another instance of the report to the same rdl, with a different start date.
How can I add a ...
0
votes
2answers
141 views
SSRS Parameter Passing Issue
We're using SSRS within an application where users login and are authenticated based on their Store. When they generate reports, we pass their store name to SSRS to generate report for their store. ...
0
votes
0answers
31 views
RDL query locks tables for a read operation? [closed]
I'm experienced in Crystal report writing, recently adding RDL capabilities to my portfolio. Working with RDL against a prod database, running a simple select query locks my tables and never seems to ...
0
votes
2answers
899 views
how to use rdl/rdlc in my asp.net project to generate a report?
I have a web application which will use MS ReportViewer. I have another team create a rdl file for me. I renamed the rdl to rdlc and added to my project. And I created a DataSet1.xsd to get the data ...
0
votes
0answers
82 views
Prevent a report from getting a timeout error
I have created a report for SSRS. The report calls a stored procedure which takes 4 or 5 minutes to run. At the moment, running my report causes a timeout error.
I've already:
set "Do not report ...
0
votes
0answers
68 views
how to edit rdl in vs 2008
I have a web application which will use MS ReportViewer. I have another team create a rdl file for me. I created a new folder RDL under the project and placed the rdl under the folder. And I have ...
2
votes
1answer
94 views
MOSS 2007 Powershell to run Report Builder Reports RDL
MOSS 2007: Client has a library of reports created in Report Builder and SharePoint. These ".RDL" files are stored in specific folders inside a Report Library.
Are there powershell commands that ...
0
votes
0answers
231 views
Print Layout for ReportViewer in ASP.NET
We are using the ReportViewer control to render reports from reporting services server.
The problem is that the matrix/tablix header is not preserved between page changes in the viewer. In print ...
1
vote
1answer
689 views
SSRS Adding text box that accepts input for printing
Using Business Intelligence Development Studio, I am creating a report for SSRS that requires the user to add a few notes before being printed. The notes do not need to be sent back to the SQL Server ...
0
votes
0answers
85 views
Not able to pass multi value parameters from WCF to SSRS/RDL
I am passing one multi value paramter to RDL for one wcf service but I am getting the error of formatizing deserializer element expecting state, namesapce. please help how to resolve?
0
votes
0answers
478 views
automatically running rdl file and save it into shared folder
I have many report (.rdl) files in my project. All the reports are using stored procedures. currently, if I want to open my report, I must open it using my project (it's C# website).
What the client ...
1
vote
1answer
1k views
Modified Reporting Services Report - RDL does not change?
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 web ...
0
votes
0answers
140 views
RDL not get updated after modifying rereportserver Config file
I have modified the Render format of Excel by adding simpleheader as true in rsreportserver.config file in the following path,
C:\Program Files\Microsoft SQL Server\MSRS10_50.SQL\Reporting ...
0
votes
1answer
210 views
SSRS - How to autorefresh to the next page multiple pages report
I have a SSRS report that has 4 pages. I want it to refresh to the next page every x seconds. When it reaches last page, then report should loop back to the first page.
I have sql server 2008
0
votes
1answer
333 views
Building a rdl report for CRM
I'm creating my first report for CRM 2011 using SQL Server Business Intelligence Development Studio and i've managed to do a decent amount but as I move into the more complex parts i'm becoming stuck, ...


