Telerik Forums
Reporting Forum
1 answer
139 views
Hi,

Is it possible to export a report to .rtf without using textboxes? It's hard editing a .rtf file when it only consists of textboxes. Would it be possible to "just" use linebreaks and tabs, creating a "normal" document?

Thanks,
Brian

Steve
Telerik team
 answered on 16 Feb 2009
4 answers
403 views

I am using Telerik Reporting and Rad Editor.

I want to make Report on the contents saved through RadEditor.
I am giving HTML Content Input for Telerik Report.

In Report(Preview on browser) it will show the complete HTML Content( for a single record) in a Page even it exceeds the page Limit.


and when i print it prints the pure HTML and not the content.

I want to put Header and Footer for every page. But it assumes the whole HTML contents as a single page and so I can't customize it for individual pages.

thanks,
RR
JDP
Top achievements
Rank 1
 answered on 16 Feb 2009
9 answers
324 views
I am using an SQLAdapter that runs a select statement with a few parameters to the database in order to collect data for my report. Is there a way that I can use report parameters for letting the user change the parameters in the report or do I have to put the controls on the page that holds the report viewer where the user can change the inputs?

All I found was this old video http://www.telerik.com/clientsfiles/product.videos/28/ and I also read that you would have built in support for this in future releases. Any info on this?
Steve
Telerik team
 answered on 13 Feb 2009
1 answer
557 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
215 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
156 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
172 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.7K+ 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
373 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
360 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
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?