I have a report that contains a number of fields, and a table control. My data source is a list of "user" data objects, each of which in
turn contains a list of "phone number" objects.
I create the report programmatically, and then assign my user list to its DataSource property. So far so good. Now what is the correct way to get each user's phone number list into the table? Should this be done within the detail section itemdatabound event handler? This is the approach I tried initially, and I'm having some problems with it, so I wanted to confirm best practices before proceeding further.
I am using a report generated via the report wizard to print lables. The layout is 8 by 8 (lables).
No matter how much tweaking of widths, margins etc I do when I save to pdf the lables only print 4 across the page. It actually prints a few rows with 4 labels and then prints less on additional rows.
Anybody any idea how to make this thing work? Seems quite basic....
I've got some Traditional Chinese characters stored in a NTEXT field in our Sql Server 2000 machine. When I pull it from the db and stick it into a field in a report, it looks fine in the Web Report Viewer. When I export to PDF, the characters are just the empty boxes. I have the Asian fonts installed on my machine, so I'm suspecting it has something to do with the Encoding parameter of the Render function for the ReportProcessor. If that is true, what encoding parameter do I pass in?
(In case you can't guess, I'm new to generating unicode stuff ;) )
I've read through all the posts I can find about how to hide a row dynamically and it seems I'm in the minority since I'm using the designer to build my reports.
How would I configure it so that a row is hidden if a particular value is null via the report designer?
In my case, each record is represented by three rows, the third being a pictureBox. If a particular field is null, I need to hide the picturebox row.
Ever since I upgraded to the latest version of Reporting the SqlDataSource will not pass parameter values to my stored proc. I'm using Silverlight. It ALWAYS says procedure or function expects parameter... Even if I hard code the value it will not pass it!
It worked fine in the previous version.
ObjectDataSource DOES pass parameters, but a stored proc will not work.
I have a report that is being generated programatically and saving the results to a PDF file which then gets sent to the client. I have a panel that the location is set to X: 0px Y: 73px. However, when it renders on the screen the left is offset by what looks to be the width of the panel directly above it. Here is the XML (Serialized from the programmatic report definition) for the panel that is being offset (Email Address 2) and the panel directly above it (Email Address). I have also attached a screenshot of how it is being rendered. Can anyone see anything in the definition that might be causing this?
c# WPF-Project, n-qlite Databases (1 to n Datasources) and 10 Fix Reports. One sqlite-Database is one companyof aGroup. The Application could handle n-companies, so we neeed 1 to n Databases.
Now we have a wpf.application with a report-viewer which shows us 10 Fix-designed reports. But i have to change the Datasource
from company to company, is this possible?
I got Microsoft Visual Studio 2010 Express installed on my machine. However as I try to install the Telerik_Reporting_Trial_Installer_Q3_2012_SP1_v6_2_13_110 it does not recognize the currently installed vs. The checkbox is unchecked which I think it wasn't able to find the installed vs and no way I could check on the checkbox items.
With that installation problem, I could not find the Telerik Report Wizard on my vs project.