Telerik Forums
Reporting Forum
1 answer
542 views
Hello,

i want to add a new field to a report but that is not possible. In the sql-Statement there are 4 columns plus the required field, but when i click on the value of a Telerik.Reporting.textbox there are only 3 available fields. How can i add a new field?

Steve
Telerik team
 answered on 13 Feb 2009
4 answers
200 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
151 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
167 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.6K+ 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
356 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
339 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
127 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
212 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
99 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
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?