Telerik Forums
Reporting Forum
1 answer
277 views
Hello!
I have a report that contains a grouping section. I have a calculated field in the details section with the following expression: 
= IIF(Fields.VatTermID=3, Fields.Amount,0), so for every record that has Fields.VatTermID=3 the textbox displays Fields.Amount and for the other records that textbox remains 0. That works fine. However I want to make a total of those fields in the group footer. I tried 
= SUM(IIF(Fields.VatTermID=3, Fields.Amount,0)), but it doesn't work. What expression should I use to get the total?
Peter
Telerik team
 answered on 17 May 2010
2 answers
184 views

Hello,

 

Have a question about the maximum with of a report.

I’m exporting a Radgrid to a report with help of the RadGridReportingLite project.

 

The export works nice!

 

The only trouble is controlling the size of the report.

I would like to fit all the columns of the radgrid into one row in the report.

When the screen is maximized not all columns fit on the row in the report.  When I downsize the screen enough the all the columns fit into one row on the report.

 

The property FitToPageSize makes no difference

 

Anny suggestion on how to force the repport to show all the columns on one row.

 

Kind regards,

 

Tim van Rooijen

 

PS.

Sorry about my english, I’m dutch




Garrison
Top achievements
Rank 1
 answered on 15 May 2010
1 answer
263 views
Does Telerik Reporting work with Visual Web Developer Express 2010? If not, are there plans for the two to work together? If they are are supposed to work together, is there some special trick to make it happen because there are no Telerik menus or options available at all?
Peter
Telerik team
 answered on 15 May 2010
2 answers
203 views
Hi everyone am new in this  greate  forum .. =)  .. am from chile  and   i  work with telerik controls and reports .
i write  because  need a little help..
i create a report     its fills whit a store procedure  . ...  now . in the report   i have a  textbox formated  currency  .. whit  2 decimals ($222,00)
 but  in some cases  i dont want that  , i just need   a  0 decimals  ($222)  ..        i try passing  a value from store procedure and set the format value like this        format : =Fields.[format ]   . .. in store procedure  'format '  is   {0:C2}       but  dont work.

there is some way to set dynamically  the  format value     ? .. 

thanks    !
 
Danilo Lopez
Top achievements
Rank 1
 answered on 14 May 2010
3 answers
292 views
I didn't believe it myself until I started messing around with it. I created a report with a subreport and some code behind that builds the subreport dynamically. However, I don't believe that is the issue. I have Adobe 8 Standard installed on my computer with all the updates and when I ran the report during testing, everything looked great. We started running it for another client, and then the problems started. Some of the text was there on the screen, but it was white and it didn't appear. I could select it and copy it into Notepad and verify that the test did indeed exist.

The text that decides not to show is random, it is usually in the header. If I open the same PDF with Adobe 7 Reader and Adobe 8 Reader, there are no problems...it appears only to be with Adobe 8 Standard. The Adobe 8 Standard problem appears to be only when opening the PDF through a web browser. If I save or print the PDF from the web browser, it will appear just fine in the printout (and sometimes correct itself immediately on the screen) or I can open it up with Adobe 8 Standard after downloading it and it looks just fine. It only appears to be when opening through the web browser.

I can send screenshots and the PDF along if necessary, I just need to know where to submit them. All of our other reports seem to be working just fine from what we can tell, it only appears to be this one report that is an issue and only in this one circumstance. I'm running it through the forums here because I wanted to make sure there wasn't anything that I was doing wrong in the setup that's causing it to render incorrectly in some instances.

Thanks,
Adam
Steve
Telerik team
 answered on 14 May 2010
3 answers
75 views
sir,
whether it is required to install the telerik reporting tool and teleric rad controls tool in client side for displaying charts and  printing of reports.
Massimiliano Bassili
Top achievements
Rank 1
 answered on 14 May 2010
2 answers
120 views
Is there  a way to to let the user interactively check a checkbox control and then based on this take some sort of action on the record in the report.  Any advice or direction would be greatly appreciated.

Jason
Jason
Top achievements
Rank 1
 answered on 14 May 2010
6 answers
156 views
I previously developed some reports with the Q2 trial release, then just purchased the full version of Q3, and I'm having lots of problems with the reports even after successfully running the upgrade wizard.

To simply/isolate the problem, I've performed the following steps with no luck:

1. create new Windows Forms application called BusinessObjectDataSourceReporting.
2. create a new class called Person:
using System; 
 
namespace BusinessObjectDataSourceReporting { 
  public class Person { 
    public string LastName { getset; } 
    public DateTime DateOfBirth { getset; } 
  } 
 
3. Build project
4. Drop a telerik "ReportViewer" onto Form1.
5. Add new item to project, select template "Telerik Report 2009 Q3", name it PersonReport. When wizard pops up follow the basic options...
    1. Click next
    2. New Report, click next
    3. Create new datasource
    4. Select "Business Object"
    5. select BusinessObjectDataSourceReporting.BusinessObjectDataSourceReporting.Person
    6. Next, next, etc., finish...

The report is produced with NO fields in the details section. The Data Explorer window shows "No Data Source".

I also tried creating the datasource first in visual studio, then selecting it as an "existing data source" in the report wizard, with the same results.

Oddly, the report's "DataSource" property appears properly set to BusinessObjectDataSourceReporting.Person.


It seems like this is a pretty basic task, am I missing something obvious? Thanks!

Michael


Adrian Segovia
Top achievements
Rank 1
 answered on 13 May 2010
1 answer
144 views
Does the current version of Telerik reporting support Framework 4.0 Client Profile and if not is it planned?

Thanks, George
Steve
Telerik team
 answered on 13 May 2010
1 answer
139 views
Hello,

I am currently trying to export a report as a PDF in code (from a WCF Service specifically) and I believe that I have that working correctly, but when i save the report and open it manually it complains and says

"An error has occured while processing Report '':
Unable to connect to database. Please verify that your connection string is valid; in case you use a connection string from the application configuration file, make sure the name is correct and the connection string settings are present in the configuration file of your application."

I don't know how to check what the problem is because when I open this same report in a WPF Report Viewer code, it works just fine. If I export the report from that Report Viewer and open it however, I do not get the error.

Basically, I only get this error on this report when in code. I have not gotten this on any other report or in any other fashion on this report.

If anybody knows something that I can check or set to make this work then that would be great.


I just updated my program and it turns out that the report no longer works in the report viewer. The data works just fine in the Preview but when I actually build the project or try to deploy it, I get the afore mentioned error.
Steve
Telerik team
 answered on 13 May 2010
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?