Telerik Forums
Reporting Forum
1 answer
400 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
161 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.2K+ 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
93 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
217 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
2 answers
256 views
Hi

In my details section I have a datefield, my problem is, I want to set visible to false if the property has not been set yet.

In other words, when the report shows "1900-01-01" as it would with an unset datetime, I want it to hide it instead. How do i achieve that?

Best regards,
Emil Einarsson
Emil Einarsson
Top achievements
Rank 1
 answered on 29 Apr 2010
0 answers
139 views
Hello,

I am looking for someone with whom I can do a GoToMeeting and consult on Telerik Reports.

I need reports that will fit within specific pages sizes - i.e., 8 1/2 X 11.  The reports have to have certain fields positioned at certain places on the page.

Some of the fields grow and shrink depending on the amount of information in a particular field.

I am having a terrible time getting information to print at the bottom of a page and not wrapping over to the next page when some of the fields have more information than others -- yet, there is still plenty of white space between the top of the report and the bottom of the report.

If you are interested, please let me know - tfisher@affidavitmaker.com.

Thanks,

TFISHER
Terry
Top achievements
Rank 1
 asked on 29 Apr 2010
0 answers
51 views
Hi,

After upgrading my telerik controls (wpf and reporting) to the latest sp1 release 2010.1 422 and  2010.1 423 respectively.
I'm beginning to have this error message "Object reference not set to an instance of an object." whenever i open the report file designer.

I can build and use the project dll and see the report but was not able to view the designer.
I even try to open the sample project and the same error message appears.

Any help will be appreciated.

Thanks,
Lee
Lee
Top achievements
Rank 1
 asked on 28 Apr 2010
2 answers
205 views

Hi,

I am currently using the following code

 

System.Drawing.Printing.

PrinterSettings printerSettings = new System.Drawing.Printing.PrinterSettings();

 

Telerik.Reporting.Processing.

ReportProcessor reportProcessor = new Telerik.Reporting.Processing.ReportProcessor();

 

reportProcessor.PrintReport(

this.MyReport.Report, printerSettings);

 



in server code to print directly to the default printer, this code works perfectly when I run it in the visual studio environment, when I port the code to the web server this code then fails, something to do with access denied.

Message: Access is denied.

Line: 346
Char: 9
Code: 0
URI: http://paml111/Telerik.ReportViewer.axd?name=Resources.ReportViewer.js&version=4.0.10.310&optype=Resource


any asstaince with this would be great.

thanks


alex

Alex White
Top achievements
Rank 1
 answered on 28 Apr 2010
5 answers
498 views
The line drawing shape tool needs to remove the padding or place the line at the bottom. It is difficult to design forms with many lines. Also, in design mode, can there be some type of zoom so that you can be assured of proper alignment without having to preview?
Steve
Telerik team
 answered on 28 Apr 2010
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?