Tagged Questions

Report Definition Language (RDL) is a standard proposed by Microsoft for defining reports.

learn more… | top users | synonyms

16
votes
6answers
19k views

When to use RDLC over RDL reports?

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 am ...
5
votes
2answers
3k views

Where does a published RDL file sit?

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 situated ...
4
votes
3answers
846 views

How can I get a dataset to populate from an RDL file?

I have an RDL report file and I would like to somehow "run" the report and get the dataset that would be used to fill the report. What I'm trying to do is get a raw data extract from the data that ...
3
votes
1answer
2k views

SSRS tablix Merging cells vertically problem

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 error ...
3
votes
2answers
905 views

IN SSRS, is there a way to disable the rdl.data file creation

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 ...
3
votes
1answer
660 views

Is there a way for printing a report without previewing it on report viewer?

I want to print a report (RDL) directly without previewing it. Is there a solution for this work?
3
votes
2answers
7k views

SQL Reporting Services 2005 - How to get current date as a ReportParameter

I have some working reports that must be deployed on SSRS. One more customization that I want to be added is to automatically select the FromDate as today - 1 month, and ToDate as today. ...
2
votes
2answers
43 views

Viewing .rdl files online

I am creating a report viewer which outputs the report definitions as .rdl files. These rdl files will be stored server-side. I don't have much experience in programming in .NET and was wondering ...
2
votes
1answer
213 views

SSRS Set Parameters programmatically causing to state ValidValueMissing

I'm trying to get the parameter of username and replace its value with the session's username so i can pass to Stored procedure inside the DRL to generate a table timestamp with this user name. the ...
2
votes
0answers
201 views

SSRS Reports render correctly via Web, but render WITHOUT evaluating expressions when using WinForms ReportViewer in C# app

Hello there, Long time listener - first time caller! I've got an issue where a .RDL report (remote processing) running on SSRS 2005 will render with expression evaluated when viewed via web ...
2
votes
2answers
889 views

Dynamically re-order columns and set column width in an SSRS tablix

We have a grid on our application that we need to render as part of a report that will be rendered in SSRS. The user has the ability to change the order and sizes of the columns in this grid in the ...
2
votes
0answers
193 views

Using fyiReporting in a medium trust host

Anyone knows if fyiReporting RDL reports require Full trust like RDLC or they can work in Medium trust?
2
votes
3answers
873 views

Can you reorder columns in Report designer (bids 2005)

I have a reporting service report and I can't seem to figure out how to reorder the columns in the table control. Is this possible with editing the rdl file directly?
2
votes
2answers
4k views

How to convert a RDL to RDLC file with a different schema?

I'm using Sql Server Reporting Services (SSRS) 2008 to create RDL files, but also need to create a RDLC file. The problem is that SSRS 2008 uses a 2008 schema, while Visual Studio 2008 uses the 2005 ...
2
votes
1answer
214 views

Web designer for VS.NET ReportViewer

Is there any designer for rdl files (visual studio .net reports) that can be used on a web browser?
1
vote
2answers
125 views

RDLC making call to obsolete SecurityAction Enumeration

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 ...
1
vote
3answers
93 views

SSRS reports in multi culture language

I have MS Report server with a RDL file showing a nice report in English language. I have a web application with a report viewer to show this report within side a ASPX page. The problem i have is I ...
1
vote
0answers
108 views

Problem with passing parameters to rdl report

I developed an rdl report which is being called from an ASP application. The cube that I'm using to extract data contains a time dimintion and in the report I have some parameters passed from ASP to ...
1
vote
0answers
121 views

Report viewer generating problem, definition

Please help, I have a big problem and need to solve very soon. I am trying to generate report with Report Viewer. I use this schema ...
1
vote
0answers
373 views

Looking for RDLC designer run at Web browser

My customer asked me that is possible to provide a designer for edit RDLC/RDL file in the Web, I used Stimulsoft report before, i know it allow user edit their report online,and it use Flex and ...
1
vote
0answers
485 views

RDL/RDLC Matrix Report Column Header Formatting

I am trying to format column headers in my Matrix report on an RDLC report. I have the columns specified as DateTime in my dataset and if I leave the column alone Ex: ...
1
vote
1answer
248 views

How to use custom utility classes in RDL?

how do you use your own utility classes (those you use in application code) in Microsoft reporting in local mode? Is it even possible? I have read some specification and there are some elements that ...
1
vote
1answer
402 views

repeat column headers on the rdl report table

I have a rdl report which contains Legend, chart and rows of records below legend and chart. I got a problem here is I can repeat legent and chard for every type new item but I cannot repeat headers ...
1
vote
1answer
432 views

RDL set page break

I am trying to set a page break on a sub report that is acting as a cover page. Does andybody out there know how to do this ? Right now, I stretch the height of the report to force the page break. ...
1
vote
1answer
308 views

Should MS Report Cache Files (*.rdl.data) be stored in Source Control?

I am working on a legacy application for a client, that uses Reporting Services. I have imported the project SVN repository, which includes a Reporting project and folder, setup in a Visual Studio ...
1
vote
1answer
430 views

RDL Renderer in WPF

All, Is there a third party application / open source etc that renders RDL (Report Definition Language) to WPF? We are not happy with the presentation Reporting Services provides so thinking of ...
1
vote
2answers
915 views

Is there a way to publish rdl reports programmatically with C#?

I have a solution file in BI that contains 10 report projects. I publish these projects manually with every change. I want to know that is there a solution to deploy these projects on report server ...
1
vote
2answers
7k views

SSRS report page break problem

I need look at a problem with page breaks in an SSRS report, and I'm by no means an expert. This is in the XML mark up to provide a page break: <TableGroups> <TableGroup> ...
1
vote
1answer
197 views

Cleaning Up Temporary SSRS Reports

Our application uses SQL Server Reporting Services and allows users to add custom filters to reports. We do this by modifying the RDL and then uploading the modified RDL to the server to create a new ...
1
vote
1answer
489 views

Upgrading Reporting Services RLD 2005 --> 2008

I ran the solution conversion for a bunch of reports I maintain, but a handful (about half a dozen) failed to convert. I managed to convert some by hand, but some are different enough that changing ...
1
vote
2answers
203 views

Using an ASP.NET server control in a SQL Server 2005 reporting .rdl file

How would I embed an ASP.NET server control on a SQL Server 2005 Reporting file (.rdl)? I am using the design view to accomplish my task.
1
vote
1answer
1k views

Hiding Subreports in SQL Report (RDL)

I have a bunch a reports that are printed out and mailed to clients. At the top of the report is the return address, left aligned. I was asked to add an optional logo to the report. This logo should ...
0
votes
0answers
25 views

A generic Templates technique to handle various type of business document & email formats.

As a business application deals with various kinds of documents, email formats, reporting formats, so it contain the risk of format changes in future which will let to redesign the formats at source ...
0
votes
1answer
22 views

Line Breaks not showing at the beginning of the text on a .rdl Report (sql server reporting services)

I'm printing my reports to PDF from a .rdl report, I have different fields on it and it all comes out from the Database of course, the funny problem I have now is that when one of the fields got 1 or ...
0
votes
1answer
58 views

SSRS - Trying to pass lengthy parameters to a report and opening in a new window

I am trying to open a report (From a report which is RDL) in a new window by using the command: <Action> ...
0
votes
1answer
76 views

Recommended tool to generate RDL report files that integrates well with .NET

I'm looking for recommended tools and your experience with them for generating and viewing RDL (reporting definition language) files that can integrate well with a .NET application. These are tools ...
0
votes
1answer
36 views

Reporting Services and RDL files

Can anyone guide me as to the best way to display the RDL file name of a report on the actual report when it is generated? Say in the top corner or such like? Thanks in advance.
0
votes
1answer
51 views

SSRS Show footer at the end of each group

I have a SQL Server Reporting Services report which runs a batch of invoices. Each invoice has a header, body and footer. The reports are grouped by invoice number so that each invoice is printed on a ...
0
votes
0answers
69 views

RDLC Report (VS2008) -

I have table on the report and two groups in the table ('Group_1' and 'Group_2'). I set 'Page break at end' checkbox for the second group. Sometimes second group is empty (without some data and I set ...
0
votes
0answers
91 views

How to order SSRS subreport items in main report?

I am using SSRS 2008 and I have to modify a report which contains many RDL files. There is one main RDL file and several subreport RDL files. The trick is that I need to move all these subreports to ...
0
votes
1answer
69 views

Where is the SRC folder for .rdl files in SQL Server 2008 R2

This seems like this should be easy but I have not been able to find it. I have rdl files that I need to add to report services. I don't want to go through the web interface and load reports one at ...
0
votes
0answers
62 views

SSRS Reporting and Page Display

I have a SSRS web wrapper with the report viewer zoom control set to 100%. I created a report so that all columns display in a single page on a PDF file but the display on the report viewer (web) ...
0
votes
0answers
65 views

How do you add a dataset to an rdl file in visual studio?

I am editing an SSRS rdl report in Visual Studio 2005. How do I add another dataset without having to edit the XML in the rdl file?
0
votes
0answers
56 views

CountDistinct returning a value 1 greater than actual value in an RDL expression in asp.net

Ok, so I'm using Report Viewer for asp.net in Visual Studio. I am distinctly counting a number of clients based on the service type they were provided. My problem is that the expression I'm using is ...
0
votes
2answers
125 views

Report created by ReportViewer shows in Excel an error message

If I generate an excel-report, excel 2010 shows the following warning message: file error: data may have been lost Note: I already have found the solution and will post it immediately. I make this ...
0
votes
1answer
118 views

Hide row if it is not on the first page

I want to hide a row of a table if it is not rendered on the first page of a report. The table (tablix) is in the header nor in the footer area. I have tried to set an expression for the ...
0
votes
0answers
84 views

XML field Manipulation in an RDL report

I'm rendering a report using an SSRS RDL (GreatestAxemenReport.rdl). The RDL populates by calling a sproc (usp_SelectGreatestAxemenReportingData). Well the key information I care about is in a field ...
0
votes
1answer
181 views

Is there a way to hardcode connection string to RDLC?

I need to make report viewer that will handle reports localy. I got RDL files with querys. Is there a way to insert conenction string into report's XML code so the report can get data from database ...
0
votes
0answers
53 views

RDL to PDF using ReportViewer is unsearchable having NON-ENGLISH content

Using Report Builder 2008 (latest version) I create a very simple report that contains just a couple of worlds of the NON-ENGLISH text. Running this report and then exporting to PDF generates, at ...
0
votes
1answer
89 views

CRM 4 importing rdl error Root element is missing

When Importing my rdl file from a SSRS project into the CRM 4 reports area, I get this error. Root element is missing How can I handle that?

1 2