Telerik Forums
Reporting Forum
0 answers
104 views
hello
i need help

when  add a parameter  to the report  and i chose a value of the parameter  and then press the Preview button of the Parameter Area
it will create more than one chart (it will create three same charts if the parameter has three values ) but i want create only one chart on the page, what can i do to avoid this?  


---------------------------
this problem has been resolved .
cause: I create the report with wizard and create the parameter dateset with it .
randall su
Top achievements
Rank 1
 asked on 22 Dec 2009
3 answers
140 views
Hello,

I've written some reports.  I can run a single report from Silverlight using the ReportViewer.  All seems to be well.  However, we've now hit a stumbling block as we cannot figure out how to merge multiple reports into a single report viewer or report book. 

In my web forms testing I was able to place a ReportViewer control on a page and then programatically determine which reports would needed to be included.  From there I would create the ReportBook, add the reports, and then set the ReportViewer's report property to the ReportBook object.

I've seen the example on this page: http://demos.telerik.com/reporting/report-book/silverlight-demo.aspx

I couldn't find code on this example.  I could not find any information in the help docs.  Can you please provide an example on how to implement this control or provide an example project?

Thank you so much!

Mike G.
Steve
Telerik team
 answered on 21 Dec 2009
1 answer
68 views

Hey Telerik team,

 

I've skimmed the forums and read Steve asking customers to explain some reasons why people may want a wpf viewer when you can imbed the win forms viewer within your wpf application.

 

Here are a few thoughts:

 

By having a wpf viewer, it will bring consistency to your product, a consistent learning curve for programmers, and make it a much more consistent implementation. Instead of using a work-around to see reports in wpf, it instead will natively support it through a wpf viewer. After all, most of us are using wpf to *get rid of* win forms, not keep win forms around!

 

So like others on the forums, I am asking that you please develop a wpf viewer for the telerik reporting product. To put it into perspective, this current work-around is like suggesting that if you want to have a text box control in a wpf application, you can do this by referring to a Visual Basic 5 text box within your wpf application. Sure it works, but the engineering in general is a bit of a hack.

 

 

Bill

Steve
Telerik team
 answered on 19 Dec 2009
1 answer
64 views
I am trying to render a barcode in the pagefooter of a report. The barcode is a concatenation of an ID (for the document) and the current page number: =Fields.DeedTrackingNumber + "-" + PageNumber. When the report is rendered however, the PageNumber is always one. I've confirmed that the PageNumber is working by copying the same value from the BarCode control to a TextBox control, it renders fine.

Is this a known issue? Am I doing something wrong?

Thanks, 
Beau Button
Archon Information Systems
Steve
Telerik team
 answered on 19 Dec 2009
3 answers
98 views
We've spent the day trying to get the ReportViewer control in Telerik Reporting to work in our Silverlight application.

We've run into an issue. 
We hit this when trying to just place the viewer in a control to just workout how we'd like it placed on the page (didn't set any properties; just trying to style things).  We are getting the "AG_E_UNKNOWN_ERROR" error (XAML Parse Exception)

This is happening when viewing a control that contains the silverlight reportviewer.  We've included the following telerik assemblies in the Silverlight project: Telerik.ReportViewer.Silverlight, Telerik.Windows.Controls, Telerik.Windows.Controls.Input, Telerik.Windows.Controls.Navigation (we also have Telerik.Windows.Controls.Charting, Telerik.Windows.Controls.GridView, Telerik.Windows.Controls.Scheduler, Telerik.Windows.Data, Telerik.Windows.Themes.Windows7).

The control doesn't render in Blend.

We have version 3.2.9.1211 of the Telerik reporting controls (what I believe is the most current release)
The other assemblies are version (Telerik Silverlight) 2009.3.1103.1030 (which I believe is about a release or so back from Oct.)

We're really scratching our heads over this because we can create a test project with all of our references, place the control on the page and open it (still doesn't show in Blend).  We've even gone through and placed the viewer in our applications constructs within the test application and it still works.  However, when we go to our application, remove all of our custom controls, and include the viewer on the "MainPage" it still errors.

I wish we could tell you more about the error, but it is cryptic.  Hopefully the included files will help.

Mike G.


Steve
Telerik team
 answered on 18 Dec 2009
1 answer
960 views
Hi

 We have website in english and chinese language . reports in chinese website does not  altered according to website culture . How i can achieve this  to change culture of reports to chinese .

Thnaks ,
Naginder Singh
Steve
Telerik team
 answered on 18 Dec 2009
1 answer
163 views
Hi there,

I have to make an excel export from a GridView (WinForms) for a customer. I have some special items like barcode etc., so i could not use the default GridView-export. I made a report by hand, because the order of the columns are depending of the order in the GridView.
Now i want to include some excel formulas in the report, because the customer needs to edit some values that change the values in some other fields (e.g. total of a price column).
But I had the problem that, when I included the formula, it was formatted as text. So what you see in the field is e.g. "=SUM(F3:F32000)" instead of the result.
The value for this field in the code is
headerTotalAmount.Value = "=\"=SUM(" + (char)(columnIndex + 65) + "3:" + (char)(columnIndex + 65) + "32000)\""

How could I do this that excel accepts my formula?

Regards Simon



Steve
Telerik team
 answered on 18 Dec 2009
1 answer
183 views
I have a static pdf that I like to concatenate with a generated report "on the fly" . Is there any support for this in the reporting framework?
Steve
Telerik team
 answered on 18 Dec 2009
3 answers
245 views
Hi,
Lets say, a report with two groups, one detail section and formatted into two columns.I just wondering how to get a real new page after the outer group will finish and the next group should start on a new page. The report creates a new column when the pagebreak of the outer group is set to "After".
The first example show two groups, the detail-section and two columns in th editor, the second shows the created report. The second checklist (Checkliste Rütihofstrasse 5a) should appear on next page, cannot show them on the same page.

thanks in advance and best regards, Daniel
Steve
Telerik team
 answered on 18 Dec 2009
1 answer
93 views
Hi,

    How i can change the report that i will show or use at the reportviewer? (in silverlight scenario). I cant add a class library with all my reports to a Silverlight Project and i have to change the report type.

Thanks.
Best regards.
Moises.
Steve
Telerik team
 answered on 18 Dec 2009
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?