Tagged Questions

0
votes
1answer
61 views

Localization of Reporting Services-Reports (.rdl / .rdlc-Files)

Hallo, i need to localize a Reporting Services-report (.rdlc) and i would like to do it using a ressource-file (.resx). I found pages like this and that and they use custom code t …
1
vote
2answers
64 views

RDLC, Dynamic Picture based on parameter, c#

Is it possible to add a dynamic picture to a paramter in rdlc? for example: =SWITCH(Parameters!picture.Value="1","picture1.jpg", Parameters!picture.Value="2","picture2.png …
0
votes
3answers
27 views

What impact does the Z Index number have in an RDLC file?

I have been creating rdlc reports from scratch using C# to write xml files. To make sure I do this properly I look at the XML behind other reports I created using the VS 2008 repo …
0
votes
2answers
117 views

Can I create a RDLC and databind a table at run time without creating dataset in design time?

Hi guys Just wondering if it's possible to databind a RDLC's table at run time. I've created a report, put a table control, but VS compiler says it's necessary to set a dataset. …
0
votes
0answers
55 views

Save RDLC reports as PDF programaticaly

I have a report that I need to run multiple times and save as PDFs. I am currently generating the report as a PDF programatically but want to save the reports without the user hav …
0
votes
1answer
70 views

Asp.Net MVC Populate RDLC Report to PDF Directly

Hi all, I've created a report using SQL Server Report Builder 2008. I was wondering if there were any examples out there on how to have this run in an Asp.net MVC App. I figured …
0
votes
0answers
57 views

How to wrap text on RDLC report?

I was googling with no luck, but I came up with a simple solution since there's no property for wrapping a textbox on a RDLC report. Here's what I've got so far: 1) create a repo …
0
votes
1answer
30 views

RDLC, showing diffrent images/pictures on diffrent database values, c#

Hi, How can i show diffrent pictures based on a value in the databse in my rdlc report? for example, costumer - K1, wants picture1, while costumer K2, wants picture2. But i want th …
0
votes
0answers
31 views

Visual Studio 2008 rdlc report - dual axis chart

Hi All, I am trying to find out if a visual studio rdlc local report cahrts can support 2 y axis. Is this possibel and if so how is it possible. I am happy to change chart types …
1
vote
2answers
132 views

How do I handle null nested objects in RDLC report that is bound to custom assembly object datasource?

I have an RDLC report that I am rendering directly to the Response Stream as PDF (rather than using the ReportViewer). In the code that renders the report, it's DataSource is boun …
1
vote
2answers
455 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 …
0
votes
0answers
70 views

.rdlc reporting bound to Object Data Source in Three layer Application

Hi, i have the following situation, i have a Reporting layer(stand alone) in asp.net application(NOT website, this means NO App_Code folder exists), and i want just to create Objec …
0
votes
1answer
289 views

Reload and Refresh Report Viewer based on New RDLC File

I have written a C# program using VS 2008 that uses the built in Report Viewer and processes reports locally. When the report is being viewed I want to replace the current rdlc fi …
2
votes
4answers
704 views

ASP.NET rdlc with external images not displaying images in PDF

I'm using the Microsoft ReportViewer that comes with ASP.NET and have a report parameter that should be setting the value (path) of an image in my report. I'm providing the path as …
0
votes
1answer
67 views

VS2008, reporting via RDLC gives problem with 2nd level objects due to lazy load

I have a report that tries to show Order.Customer.Address.Line1 in a report. My Order object comes from a Linq2Sql DBML file. In the report i define it as Fields!Customer.Value.A …

1 2 3 4 5 7 next
15 30 50 per page