Started 1 week ago (2009-11-30 17:39:00)
by Brad Syputa
Hi J-
Bal, We did not make any enhancements to printing without viewing in the 2008 release. We are looking at this type of feature in a later release. We have this DCR on file, but you can also propose the DCR at http://connect.microsoft.com to keep the feature request on our radar.
Started 1 month, 1 week ago (2009-10-26 23:16:00)
by Matt E Greer
The easiest way to do this is to have a hidden parameter on the report that is used to set the source of an external image. - Set the Image ReportItem's Source property to "External" - Set up the images somewhere, on disk or on a
webserver, depending on the situation - Add a hidden parameter to the report, called "imageFile" for example - Set the image's Value to use this parameter, something ...
Started 2 months ago (2009-10-07 10:22:00)
by José R. Rodrigues
Hi I've used the examples in earlier Posts w.r.t. Entities and ReportViewer Control to create an ObjectDataSource for my
LINQ Entities and directly bound it a RDLC in local mode, and successfully set the Data Source at run time. However, at this stage it seems that the RDLC created only allows access to the direct / immediate properties of the entity that I've bound. e.g. in the below example...
Started 4 days, 20 hours ago (2009-12-03 19:09:00)
by cdonner
My reports render locally and I my datasource is a Linq
stored procedure result set. I added a byte[] member and a getter method to the results class that produces the image for each row. I can reference the image as a database image and just assign the value of the dataset member. http://stackoverflow.com/questions/1835358/rdlc-re portviewer-control-how-to-display-images-from-the- database/...
Started 4 days, 4 hours ago (2009-12-04 10:54:00)
by WKRedRocker
Okay, so I'm an idiot - problem was in retrieval of data (bad
connection string on the test server).
Started 1 week ago (2009-11-30 18:11:00)
by Brad Syputa
Hi alex2000, I have Win2008 R2 running VS 2010 and RVC 2010. I set the resolution of the terminal server to match my desktop(winxp) resolution and to be full screen. Everything works fine. You mentioned a 2008 project. "Report Viewer Control 2010 beta 2 in
Visual Studio 2008 project (WinForms, FW 2.0 SP2)." I upgraded a project from 2008 to 2010 and could not reproduce the issue. If you ...
Started 5 days, 5 hours ago (2009-12-03 09:55:00)
by Aftab Ansari
HI ,
Could you post a sample of expected output here...
Started 3 weeks, 6 days ago (2009-11-10 17:59:00)
by DerekAtTempWorks
We're still encountering this issue, I just can't seem to find much information out there on it, which seems odd as it would apear this should affect anyone using the web report viewer.