Telerik Forums
Reporting Forum
1 answer
146 views
hello,

I am using telerik report for reporting in my web application. Some reports are huge in sense of pages which takes 2-3 pages to display. The problem is when I run those reports, the information starts to be displayed from the second page. I have used Master/Child reports in it. The Label only of the main report is displayed on the first page if the data is huge. Is there anything if we could cop up with this problem or it also would be better if we could break the report page from a specific section of the report. Please answer the both queries

Please refer to the screenshots I sent.

waiting for your reply,
Sunny Dave
Steve
Telerik team
 answered on 11 Dec 2009
4 answers
90 views
I'm using Telerik Q2 2009 Reporting
I want to calculate a count(*) via oql.
I want to use detail itemdatabound of a group footer.
I want to put the result in a textbox I've added in the footer.
I tryed everything but always I got an error,

For example:

Telerik.Reporting.Processing.

DetailSection section = sender as Telerik.Reporting.Processing.DetailSection;

 

Telerik.Reporting.Processing.

ReportItem commessaItem = (Telerik.Reporting.Processing.ReportItem)section.ChildElements.Find("txtIdCommessa", false)[0];

 


My textbox is called txtIdCommessa, but I try also with:

Telerik.Reporting.

DetailSection section = sender as Telerik.Reporting.DetailSection;

 

Telerik.Reporting.

TextBox commessaItem = (Telerik.Reporting.TextBox)section.Items.Find("txtIdCommessa", false)[0];

 


and i've got an error.

Is it possibile to set value in the event of section
also the command:

txtConteggioUtenze.Value =

"Test";
 
does not print nothing.

Can anyone suggest me the object to use to handle the value of a text box or the event to use ?
do I have to use the item events to manage their values ?

I'm attaching also the report.cs to have support

 

Vittorio Morellini
Top achievements
Rank 1
 answered on 11 Dec 2009
1 answer
73 views
i am facing the following problems in the Telerik Reporting web application

1. how can we set the required number of records per page in Telerik reporting

2. in my previous report i am having the more number of records (ex., in lacks), suppose i replace the previous one with telerik reporting
i am getting the following error "memory out of exception" how can we fix this issue.

3.if i have more number of record shall i go for telerik reporting or not ?

4.performance of Telerik reporting is very slow, how can we increase this

5.in grouping i want to show number of records present in that group in the group footer,  i have tried like this in the group footer
 [=Count(Fields.ColumnName)] but it does not gave the number of records in that group, instead same thing is coming in the group footer
(i.e.,  [=Count(Fields.ColumnName)])

6.how can we add the ms-word in export options?
Steve
Telerik team
 answered on 11 Dec 2009
1 answer
484 views
i am having the following problems

1) how can we restrict the number of records per page in telerik reporting (web application).

2) telerik reporting is giving the memory out of exception if we have more number of records (more than 1000 record, each record is having minimum of 10 columns approximately) is there any restriction on memory size.  if we have restriction on memory size how can we fix that issue.

3) i generated the report, i came in good formatting , after i selecting the export option in pdf , in that the report came in different format i.e., all the things in collapsing, what is the solution for this or am i made any mistake .

Steve
Telerik team
 answered on 11 Dec 2009
2 answers
178 views
How, in VB.Net, can I assign different reports to a ReportViewer?   I can create a viewer for each report, but that seems very inefficient.

Any help is appreciated.
Bob Bruce
Top achievements
Rank 1
 answered on 10 Dec 2009
1 answer
92 views
I am using VB.Net.  I want to load the value of a textbox from code, such as: Textbox1.value  = "Hello"
or: Textbox1.value = strName

Obviously it's not that simple.  Please advise.
Steve
Telerik team
 answered on 10 Dec 2009
1 answer
109 views
I have this expression set to a textbox's value in a report:

(=IIf(Fields.Implemented = True, CStr(Completed), CStr(Not Completed) ))

This is showing up as text in my report as a string. I also tried putting the strings as 'Completed' rather than CStr(Completed) which also didn't work.

What I want is "Completed" to be displayed when Fields.Implemented resolves to true. "Not Completed" when Fields.Implemented resolves to false. Can someone help me form this expression? Thanks in advance to anyone who replies
John Downey
Top achievements
Rank 1
 answered on 10 Dec 2009
3 answers
174 views
Hello,

Part of one of our applications is to print barcodes.
But for some reason we seem to be getting some strange errors with this.

First off, let me say that we develop webbased applications with .NET 2.0 and Q2 2009 reporting.
Users have several options to print barcodes.
First there is the option to print only one Barcode. This works just fine.

Then there is the option to print barcodes for a certain amount of articles. Here something strange happens.
Only the first Barcode is being printed, all the "stickers" are getting printed but instead of a Barcode an error message is visible.
"#ERROR# Parameter is not valid."
But we don't use parameters!

The strange thing is that the print preview in the reportviewer does show the barcodes. They just don't show up on paper!
When i print the barcodes direct from the Report designer, (not from the HTML preview), it also works.


Anybody an idea what the error is?

Jelte

Steve
Telerik team
 answered on 09 Dec 2009
1 answer
94 views
Does Telerik Reporting offer a drill through functionality?
Steve
Telerik team
 answered on 09 Dec 2009
0 answers
39 views
Can we create a class for the layout of the telerik reports?
rajesh kumar
Top achievements
Rank 1
 asked on 09 Dec 2009
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?