Telerik Forums
Reporting Forum
2 answers
131 views
when I publish my app to IIS and run from internet explorer my silverlight report viewer crashes due to:

ReportServiceUri

 

="../reportservice.svc"

... but runs fine from VS2008 on the same server.  In this case VS2008 and IIS are all on the same server.  I am using a report that has no dataconnections, only a single textbox in the header, to rule out data conection string problemes.  reportservice.svc exists in the correct location when I publish my app, everything looks good acccording KB article regarding publishing reporting apps, not sure what else to look at.  Any ideas? 






 

jtby
Top achievements
Rank 1
 answered on 15 Jan 2010
11 answers
791 views
Hello,

I'm having difficulty with populating the new HtmlTextBox-item with data from a databasefield. Whatever I seem to do, I'm getting errors when then report is rendered. 
What I''m having in designtime in the code window of the HtmlTextBox (as I do in normal Textboxes) is this: = Fields.Verslag.
What I'm getting after rendering is an error (in the HtmlTextBox) which says: An error has occured while processing HtmlTextBox 'HtmlTextBox1': The 'BR' start tag on line 1 does not match the end tag of 'html'. Line 1, position 2069.
However, when I copy and paste the data from the field in the code window manually , the rendering is correct.
What am I doing wrong, I'm trying for hours now.

regards, Geert 
Steve
Telerik team
 answered on 14 Jan 2010
1 answer
100 views
I dont know how to explain this problem, as I am also passed whole day scrathcing me head what am I missing....
To be very simple, I am receiving this error whenever I tries to view my report. I tried to use technique like in 'telerik examples', that is single page dynamically loads any report on the basis of repor name in query string...then I tried other things like this:

if

 

(!IsPostBack)

 

{

ReportCollection.Event.

EventReport report1 = new ReportCollection.Event.EventReport();

 

ReportViewer1.Report = report1;

}
I didnt work too......I read all the threads over here on this issue, and did try all the suggested solutions....but nothing is happening.
Please let me know about it.....I am getting late to deliver website to my client.

I am using Windows 7 under Administrator privileges.

Steve
Telerik team
 answered on 14 Jan 2010
3 answers
123 views
Hi,

I have created a class library to get the records from database. I have given a project reference to  report class library. Its working when the website was running. But the preview is not showing the output. It showing the error as "Could load the file or assembly.....".

I have already saw some example. But they either using the code that retrieves the record from database in report library itself or using dataset.

So kindly tell me the solution and is there any alternative for this requirement?

Regards,
Katte.

Steve
Telerik team
 answered on 14 Jan 2010
2 answers
220 views
I have a Windows Forms App and I am getting the error TIF rendering format is not available when trying to use the RenderReport method of the ReportProcessor class.

Here is my code:
ReportProcessor reportProcessor = new ReportProcessor(); 
RenderingResult report = reportProcessor.RenderReport(strFileType, reportBook, null); 
using (fs = new FileStream(fileLocation, FileMode.Create)) 
    fs.Write(report.DocumentBytes, 0, report.DocumentBytes.Length); 
 

strFileType is set to tif
reportBook is a report book that contains 2 reports

I have both Telerik.Reporting and Telerik.RepotViewer.WinForms referenced in my app

Am I doing something wrong?


Shonda
Top achievements
Rank 1
 answered on 14 Jan 2010
0 answers
139 views
I have created some reports using Telerik.

But no matter how i format my fields any decimal values i want to display are rounded to whole numbers.

example i want to display 0.83 but it keeps getting rounded to 1.00

Please help
H
Top achievements
Rank 1
 asked on 14 Jan 2010
2 answers
438 views
I have a "Master" report with a subreport in its Detail section.  While in the report designer for the "Master" report if I position the subreport control against the left margin of the Details section then the report displays as expected.  However, when I "Indent" the subreport control the other controls in the detail section display properly however the subreport appears on the next page.  By the way, the "Master" report was created using the report wizard and the "Left Aligned" report layout was selected.

Is this a bug or am I missing something?  I have attached screenshots to help.
Darren Shafer
Top achievements
Rank 1
 answered on 13 Jan 2010
5 answers
154 views
Hello,
All,



can any one help me, in my project i created  two  reports and placed one report as sub report in another one,by following
"Creating Master-Detail Reports Using SubReports " section provided in telerik reporting help.My main problem is when i look that report preview in report viewer it is rendering in correct format that is master report items and its related subreport items,But when i am trying to Export it into PDF format  master report items are  coming in one page and detail report items are in another page.

thanks in advance ,







regards,
ganesh.

Steve
Telerik team
 answered on 13 Jan 2010
1 answer
231 views

I am creating a report

I have dragged a Table to the design page  of report

I am binding a list (of Product)

If I have a Property called ProductName, then how can I bind this to the table?

Steve
Telerik team
 answered on 13 Jan 2010
1 answer
107 views
Hello,

The company I work for is currently evaluating buying telerik reporting for use within our program. I have noticed that when we display the report within the telerik reporting viewer that only a small portion of the report is displayed and the user will have to use the scroll bar to view the remainder of the report.

I have set the reportviewers height and width to be 100% of the size of the container. I also have set the DIV in which I placed the reportviewer to be a width and a height of 100%. This did not fix the issue. I then removed the reportviewer from the DIV and kept the height and width the same again the issue persisted.

Thank you
Steve
Telerik team
 answered on 13 Jan 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?