Telerik Forums
Reporting Forum
19 answers
760 views
Hello -
I have a report and when I choose the export to CSV, the report is generated, but it includes the text box controls that I use as labels as well, not just the data values.

So, instead of what I would expect:
"Jones, Janet",555-555-9999,555-555-1222

I see this:
TextBox1,TextBox2,TextBox3,TextBox4,TextBox5
Full Name,Cell Phone,Home Phone,"Jones, Janet",555-555-9999,555-555-1222

Is this a bug? or is there a way to fix this?
thanks
 - will
J
Top achievements
Rank 1
 answered on 01 May 2010
4 answers
190 views
I'm new to Telerik reporting and am looking for any examples of binding the report to a class object containing a generic list.

Thanks
Jim
Top achievements
Rank 1
 answered on 30 Apr 2010
1 answer
98 views
Hi

Firstly - may fantastic tools! I have been working with the ASP.Net and the ease of development and manuals are so good I am about to get the order placed!

Based on this I have been looking at the reporting tool and I have hit a minor problem with trying to define a list of values for filtering (which I would like to do by querying my database). 

So far I generated a report that I can filter using a value typed into a text box which works fine however it would be much easier for my users if this value were chosen from a dropdown list (much like the orders example in your excellent demonstration). Ideally this would be populated from a simple query to my SQL server

To this end I selected Filters -> new, picked the parameter I wished to filter on and in "values" selected <new report parameter>. In the available values I set up a new data source that returns the ID I wish to filter on and the text description to show. The query executes OK and all is fine!

When however in the Report Parameter Editor I select 'Display member' (which I assume would display the text), Filters, Sorting or Value member I get the same error of 'The service Teletik.Reporting.IDataItem already exists in the service container. Parameter name: service Type"

Any help you can offer would be much appreciated as this would be much appreciated (I am working in vb.net)

James
Peter
Telerik team
 answered on 30 Apr 2010
2 answers
199 views
Hi All -

    The original thread talks about how to do this using a conditional formatting expression such as reportparameters.showsomegroup.value = False and then unchecking the 'visible' style setting on the appropriate group header/footer.  This works well except for one thing.  When the visible on the section style is unchecked, all the controls in that section are hidden yes, but what is left is whitespace the same height as the section, so even when the group is not shown there is a big ugly break in the details section at every group change.  Is there a way to hide the group header/footer as if it were never there? unchecking visible on section style only seems to hide controls not the whole section.


Thank you
kellyroberts
Top achievements
Rank 1
 answered on 30 Apr 2010
1 answer
130 views
Hi!

I need a reporting solution that can host and render the reports server side prefeerably using webservice, and have a client side viewer prefeerably in WPF.

As far as I can tell Telerik Reporting seems to solve my needs, but I need to know if the WPF Viewer can consume the reports from the WCF Reporting service. The silverlight viewer has specific properties to connect to the Reporting Service, but is it possible to connect the WPF Viewer in a similar fashion?

Best regards
Morten
Vassil Petev
Telerik team
 answered on 30 Apr 2010
1 answer
378 views
Is it possible to display an existing PDF document in the Telerik report viewer.
Steve
Telerik team
 answered on 29 Apr 2010
1 answer
133 views
I have created a sample project that contains two reports that are added to a ReportBook before being exported as a PDF. The first report in the ReportBook is a summary report.  The next report is a detail report that contains disclaimer text that is located in the report footer and is printed on a new page.

The problem appears when you set the PrintOnLastPage property PageHeaderSection of the detail report to false.  What is expected is that the page header will print on every page except for the page with the disclaimer text.  What actually happens is that the page header doesn't print on any page except for the last page.

The project was built in Microsoft Visual Studio 2008 using Telerik Reporting Q2 2009. I'm aware that Q2 2009 isn't the newest version but my company hasn't renewed our support subscription yet, but since I can't find any reference to this bug anywhere I'm assuming that it still exists in the newest version.  Can someone confirm this?  I can send the sample project if needed.
Peter
Telerik team
 answered on 29 Apr 2010
3 answers
1.1K+ views
Hi,
I already working on this for the whole day, but I still can't figure out, so I hope any one here can help:

I am using Reporting Q2, and my application is working well locally (while develping, debuging)
but after I upload my file to the server, I get this message
--------
Could not load file or assembly 'Telerik.ReportViewer.WebForms, Version=3.1.9.807, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' or one of its dependencies. The module was expected to contain an assembly manifest.
--------

and the related line is in web.config:
--------
<add assembly="Telerik.ReportViewer.WebForms, Version=3.1.9.807, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>

--------
Because it said: " The module was expected to contain an assembly manifest."
So It means I already put .dll file in the BIN folder, and I have these fields in web.config file:
--------
<add assembly="Telerik.ReportViewer.WebForms, Version=3.1.9.807, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>
<add assembly="Telerik.Reporting, Version=3.1.9.807, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/></assemblies>
.
.
<buildProviders>
        <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
</buildProviders>
.
.
<add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=3.1.9.807, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode,runtimeVersionv2.0"/>
--------

everything is good locally, why I get this error on the server, can any body give me an explain?
Thank you very much.
Do I need to configure something on the server? How to?


Steve
Telerik team
 answered on 29 Apr 2010
4 answers
82 views
Hello,
Please excuse if I continue writing on the forum, but I'm new to reporting and I found it not so natural ...
Here're my lastest problem :

  • How do I add on Y Axes a description? I've got 11 items, 1,2,3,4,5,6,7,8,9,10,11 I would like to see "Class 1","Class 2" ....
  • The Y items are sorted in the chart strarting from 1 in the square of the bar chart going to 11 on top, how can I reverse them? I've tried sorting the collection by code, but no luck
  • I've set on X asses a Stepping of 20, on range 0-100 but I see a 10 stepping...why?

Thanks in advance


Paolo
Ves
Telerik team
 answered on 29 Apr 2010
3 answers
186 views
I need to set Swedish localization on the Silverlight Report Viewer such as Next Page, Preview and so on what are the steps I need to go through?

Do I need to make my own translation? If yes how do i do that? And how do I connect it to the control?
Peter
Telerik team
 answered on 29 Apr 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?