Telerik Forums
Reporting Forum
4 answers
169 views
Hi all;

I am trying to add a table/grid (like radgridview) on my subreports and this table would grow up to 10 rows depending on the information from a database.(also the position of the table in the subreport will be important) I tried to achieve this by adding bordered textboxes next to each other and make them look like a table, but I couldn't add text boxes to my subreports programmatically.

At the below link, I have added a screen shot of what I am trying to achieve.
http://img220.imageshack.us/my.php?image=samplesu4.jpg

I was wondering if it is possible to achieve this, and what would be the best approach. (If you have an example, that would be marvellous)

Thanks in advance
Janus Pedersen
Top achievements
Rank 2
 answered on 13 Feb 2009
3 answers
126 views
Hi, I've now with Telerik report for a while.
I have found an issue that when I have placed a toolbar with postback and ajaxmanger handles it. reportviewer still picks the postback and refreashes, any ideas or suggestions?

Additionally, I have assign the footer textbox with value at code-behind when generate, but sometimes it only appears second time after it's refreashed
Steve
Telerik team
 answered on 13 Feb 2009
2 answers
157 views
Is there no other way to bind charts in reports to a datasource but to do it in code in the needdatasource event?

I just started with this and it seems as if I have some issues to getting the chart to work correct and displaying any data. Do you have a tutorial that shows this step by step somewhere?

Massimiliano Bassili
Top achievements
Rank 1
 answered on 13 Feb 2009
6 answers
1.5K+ views
We have a very simple report, with just couple of TextBoxes on it.

private void InitializeComponent() 
   ... 
   this.titleTextBox = new Telerik.Reporting.TextBox(); 
   this.txtBody = new Telerik.Reporting.TextBox(); 
   ... 
 
   InitializeComponent(); 
 
   this.titleTextBox.Value = "Header"
   this.txtBody.Value = "==="
 

When we set the value of a TextBox to "===", we get a very strange error:

An error has occured while processing TextBox 'txtBody': 
Syntax error: Missing operand before '=' operator
 

If we set the value to '---' it works fine.

It looks like you're using the '=' character to indicate that we should be doing a data substitution.  How do we stop this from happening?

Jeff
Top achievements
Rank 1
 answered on 12 Feb 2009
5 answers
282 views
=IIF(PaidToDate > 0,((Actual + PrimeVendorPaidToDate)/PaidToDate) * 100,13)

this crashes with attempt to divide by zero exception which it should not cuz when paid to date is zero i am telling not evaluate that expression.
i did another test as such with the same data like this

=IIF(PaidToDate > 0,(Actual + PrimeVendorPaidToDate) ,13)

and it returned 13 so it really means that it shows the correct result however somewhere in the code it is evaluating the first expression which it should not even though it is displaying the correct result.

Mike
Top achievements
Rank 1
 answered on 12 Feb 2009
7 answers
309 views
No use of arrow keys to move text boxes - using the mouse is cumbersome and often results in objects snapping to the grid at random distances.

overall im rather disappointed with the reporting package.  Users think the web interface is quite tacky and have asked to roll back to 'on screen' reports using gridviews :-(

I do hope it improves over time as we are seriously considering dropping it in favour of something more mature.






Guy
Top achievements
Rank 1
 answered on 12 Feb 2009
9 answers
115 views
I know throwing the word BUG out there sounds alarmist but I can reproduce this every time I try. If I select multiple textboxes at one time on a report and in the properties panel click on the ... for conditional formatting, it will let me create and set a rule but that rule is never applied and if I go back to the formatting rules it is gone.
Janus Pedersen
Top achievements
Rank 2
 answered on 12 Feb 2009
4 answers
193 views
I followed the Telerik Trainer Bind to Data Programatically portion and I cannot get get the report working. After following the steps, set up my datasource, and put my textboxes. When go and preview the report, it give me the msg 'The source of the report definition has not been specified'. How do I solve this?
Steve
Telerik team
 answered on 12 Feb 2009
1 answer
82 views
Hi

I want a subreport to print even when there is no data, because I want print a "No data" message.
How can I do this?

Thanks.
Ryan Emptage
Top achievements
Rank 1
 answered on 11 Feb 2009
3 answers
134 views
Hi

I am experiencing problems with the reporting quite, I recently upgraded to 2008 Q3 sp2 , when i create a new report in the App_Code folder, it just creates the file , but does not show up the wizard and does not display the tab for designing the report, I tried reinstalling , installed a earlier version and it still gave me the problem.

My current spec is :
Windows XP SP3
SQL Express 2005 and Management tool
Visual Studio 2008 Standard Upgraded to SP1 and .NET 3.5
Zone Alarm Firewall and Norton 360.


Need help ASAP

Thank you
Stuart
Top achievements
Rank 1
 answered on 11 Feb 2009
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?