Telerik Forums
Reporting Forum
0 answers
105 views
I BUILD THE TELERIC REPORTS USING
  1. Telerik.Reporting.dll 
  2. VERSION 4.0.10.423,
RUN the telerik Report in a new machine
after Build Project. (Run exe File)


PLEASE HELP








 a attach the Error.
Shanka
Top achievements
Rank 1
 asked on 08 Jul 2010
1 answer
271 views
The Telerik reporting tool does not seem to work with Visual Studio 2010. I am just getting into reporting, so I could be wrong. If I open Visual Studio 2008 and create a new wpf project, then add a Telerik Report, everything works fine and the wizard starts. If I open Visual Studio 2010 and create a new wpf project, then add a Telerik Report,  I receive an error stating "Could not find Telerik.Reporting. Report. If I go in and manually add the reference, then rebuild the application, 10 new errors appear, all in the designer. I've tried to iron out the issues, but no luck. Any advice? I'd really hate to have to back the project down to an older version to be able to use the Telerik reporting tools. Also, I did check for updates on the report controls, but no help there either.

Thanks in advance
Peter
Telerik team
 answered on 07 Jul 2010
4 answers
136 views
Hello all,
 i want to example code for reporting from beginning
Peter
Telerik team
 answered on 07 Jul 2010
2 answers
131 views
Hi there,

Not sure if it is telerik report issue or google pdf viewer (https://docs.google.com/viewer?) failed to render the pdf that telerik reporting generated.

The pdf report is displayed well using adobe reader. 
Massimiliano Bassili
Top achievements
Rank 1
 answered on 07 Jul 2010
2 answers
458 views
  Is there a way to know when a report is done being rendered in the Wpf.ReportViewer?

  We are launching a viewer and then a report within the viewer, and want a way to be able to control when a user has the ability to change the report within the viewer.  We don't want them to be able to change it while it is rendering, but after it is completed we are happy with them loading a new report.

  I do not see any such events/notification on Wpf.ReportViewer.  Is there any other way to know this type of thing.

  Also, depending on the timing of replacing the Report property in Wpf.ReportViewer, I will sometimes get a "The operation was cancelled." message while the report is loading instead of the nice "Rendering Report..." progress bar.  (Even though the report does still load after it is completed.)  Is this a know problem, am I doing something wrong?  I can get it just by click the Refresh button a little too much.

Thanks.
Christopher Achille
Top achievements
Rank 1
 answered on 07 Jul 2010
0 answers
66 views
I have a pie graph and want to map its items to two values in the detail section data.  For example,  if the report data has two columns COLUMN_ONE and COLUMN_TWO, how can I map two slices of a pie graph to those columns?  Do I need to do it programmatically?

When I attempt to use the technique described  at http://www.telerik.com/help/reporting/faq-combine-values2.html I get an error saying "Unable to cast object of type "DataObject" to type "System.Data.DataRow".  So if I have a pie chart in a detail section, how can I assign its items values from the current DataRow?
ryan
Top achievements
Rank 1
 asked on 06 Jul 2010
9 answers
6.1K+ views
Hi everyone,
Can anyone tell me how to change the numeric format??

In my case, I want to change the -ve sign into ( ), and have the digit grouping when the number reach thousands.(If anyone familiar, it's like the Excel format, changing the negative format)
I can change the -ve sign into ( ) using the IIf() function. E.g: = IIf(Fields.creditAmount>0, Fields.creditAmount, "(" + (Fields.debitAmount) + ")") . So the result which I get satisfy me. If the number is larger than 0 (which is not a negative number) , it display 1123.45. 
If  the result is smaller than 0 (which is a negative number), it display (1123.45). So far the result, fullfill my first requirement.

However, by doing the above stated (using the IIF( ) function), I could not manage to get the digit grouping. How can I do that? I try using the {0:N2},  but the result won't display according to the format digit.

Can anyOne help me? I appreciate any opinion. Thank you very much.
Patrick
Top achievements
Rank 1
 answered on 06 Jul 2010
0 answers
97 views
I have white space on the right of my graph as seen in the image attached to this post.  Anyone know how to get rid of this?

EDIT: I fixed this
ryan
Top achievements
Rank 1
 asked on 06 Jul 2010
2 answers
93 views
I found in the system requirement section in this Web that the requirement of using Telerick components in Windows applications does not apply to Windows 98.

Question:
1. Application writen by Telerick components cannot work under Windows 98 Second Edition, even dotNet 2.0 is installed?

Urgent. Pls. help.
Benson.
Derek
Top achievements
Rank 1
 answered on 06 Jul 2010
1 answer
122 views
Does a report viewer require a report get its data from a telerik SqlDataSource (as opposed to the microsoft version)?  I am currently using an asp SqlDataSource to provide information to my report.  The report works fine when rendered manually using ReportProcessor.RenderReport() but doesn't render correctly when put into a report viewer.  When put into a report viewer, i get this error:

An error has occured while processing Report '':
The expression contains object 'Test_Type' that is not defined in the current context.


Peter
Telerik team
 answered on 06 Jul 2010
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?