Telerik Forums
Reporting Forum
1 answer
214 views
Hello,

I need to translate many textbox controls on my reports. I'm using, like you suggest in help, a lot of functions to do that work. For example:

Translate_Customer("en"), to translate value to English
Translate_Customer("fr"), to translate value to French
etc.

This works fine, but I don't think this is the best way to do this work! I need to translate many textboxes in a lot ot reports and I've tried to create a public class with all the translations that I need. Then, I use that class in the report code. When I run the report in my windows applicattion I always get the following error:

"#ERROR# The expression contains undefined function call Translate_Customer"

Please, can you suggest me how to solve my problem?

Thank You
LM





Steve
Telerik team
 answered on 19 Dec 2008
7 answers
493 views
Hello,
we are evaluating the Telerik-Report-Control. In our Website we want to Export a Report in PDF-Format. The Users are only allowed to export in PDF.

In de ExportGroup-Combox there are different Export-Types. Is it possible to configurate these items? That only the PDF-Export is available?

Thx a lot for your help!

Bruno



intrasoft
Top achievements
Rank 1
 answered on 19 Dec 2008
1 answer
152 views

Hello,

I have a dataset with two datables and a relationship between them. I need to be able to generate reports entirely programatically because our reporting structure is purely dynamic and a user can choose columns, grouping, sorting etc at runtime.

Can you please provide me with code that will create a heirarchy report entirely programatically and for each detail record in Datable 1, have a sub report with records from datatable 2.

Can you also show me in the code how to add a column as the Grouping column.

 

Can you also show me how to style the report

 

Thanks,

Andy

Steve
Telerik team
 answered on 19 Dec 2008
1 answer
161 views
Hi,
I'm trying to change the default x-axis label on a bar chart that I have in my report. I'm trying to do it in the code behind (C#). At the moment the label is defaulting to the row number from my dataset, I wan't it to be the value in one of my columns.
I have created an SQLAdapter on the desing page and then in the code behind I pass ain a parameter, create my dataset and then fill it with the adapter. A
I've tried creating a Telerik.Reporting.Charting.AxisLabel and then adding it to my chart but i get read only errors. I've also tried 

 

Telerik.Reporting.Processing.

Chart myChart = (Telerik.Reporting.Processing.Chart)sender; in my needdatasource event, then doing myChart.PlotArea....... but again I've had no success!
I've been using telerik asp.net controls for a while but I'm new to reporting and I'm finding it a bit tricky - any pointers would be greatly appreciated.
Cheers,
Johnny

 

Johnny McAvoy
Top achievements
Rank 1
 answered on 19 Dec 2008
1 answer
103 views
Hello,

I have a report that renders correctly with embeded HTML in a textbox on the Telerik Web Report Viewer but when exported to PDF the HTML markup is shown.

Any ideas on a workaround?

Current version we're using is Q3 2007 Reporting suite.

Thanks!

-Allen
Steve
Telerik team
 answered on 18 Dec 2008
4 answers
577 views
Hello,

I'm a absolutley newbie in Telerik-Reports and need your help :-). I created a new Report with a new BusinessObjects, createt Textboxes with the Wizard (labelsGroupHeader, textboxes in the detail-area).

I try to create the Report as follow:
- Load my Business-Object
- Create a Report-Object (with the Business-Object oDT)
- Then I bind the Object as Datasource

        public Report_SAP(object oDT)
        {
            InitializeComponent();
            this.DataSource = oDT;
        }

-Then I show the Report in a Viewer:
ReportViewer.Report = oReport;

But, as soon I have Data in my Business-Object (its a typed DataTable) the report is empty (blank page). When the BO is empty, the page is not empty (footer is shown).

Can somebody help me??

Thx
Bruno



intrasoft
Top achievements
Rank 1
 answered on 18 Dec 2008
3 answers
214 views
Hi,

are there any suggestions/best practices for integration of Telerik Reporting with WPF applications.

OR: Will there be a "WPF Viewer" in one of the next releases?

/BB
Steve
Telerik team
 answered on 17 Dec 2008
4 answers
266 views
I noticed that we have the ability to access the datasource of a report (which in our case is a dataset that we set outside of the report) from inside functions like ItemDataBound, etc. How do we access the datasource from inside of User Defined Function that we create inside of the report for use when the report is rendering?
Adam
Top achievements
Rank 1
 answered on 16 Dec 2008
1 answer
658 views
We have been using Telerik Reporting for the past several months.  We were able to create a filtered options type report programmatically using a database object as a source.  Our goal is to leverage our hard work by using the two custom reports in SQL Server Reporting Services.  Can Telerik Reporting output (.rdl?) be used in SSRS so we can email reports to our clients?  We wish that Telerik Reporting had the functionality of SSRS and we can only hope that you will in future releases provide all the key features that SSRS allows for (subscriptions, snapshots, automated email delivery, etc.).  Thanks for your help.
Steve
Telerik team
 answered on 16 Dec 2008
1 answer
80 views
I am developing a new report using 2.9.8.1209.  I am making "squares" that will contain textboxes so it appears there is 1 large textbox with many smaller textboxes within it.  I am doing this by creating 4 long and thin textboxes on each side with border set set to 1 point on the inside edge of the box.  This renders properly in IE 7 and 8 and exports properly to excel and pdf from both.  The thin boxes are not visible in firefox, though they do export in both formats properly from firefox.  I am not sure if this is a bug, or if there is a better way to accomplish this task with Telerik reporting?  I can provide a code sample to telerik if necessary.  I have linked below to relevant screen shots. 

Thanks for any help anyone can provide.

-Joel
Visual Studio Designer
ie with lines
Firefox No Lines


Steve
Telerik team
 answered on 15 Dec 2008
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?