Telerik Forums
Reporting Forum
11 answers
881 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
113 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
143 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
250 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
154 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
479 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
166 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
242 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
119 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
2 answers
154 views
Hello!!!
Increasing a table/crosstable vertically inside the same page...

Hi!!!
I have a problem, I have a set of cross tables, one upon the other in design time, that show a set of items which grow horizontally, meaning that the columns are increased. Up to here there is not problem. But when one of them, or the whole set, has many items so the number of columns exceed the page width, these are printed, in pdf, as if they were in other page instead of been printed just below the previous row, spliting it but in the same page keeping the order.

I have tried putting the datail section in columns but although I have the labels repeted in each column the tables are printed in other page, leaving a blank section just below the first row of colums instead of putting the other set of columns.

I Would like to know if there is a property or attibute or even a component in which I can envelop my table in order to achive the requiriment of showing a table that grows horizontally and continues showing its data just below itself when the page width is reached?

Thanks in advance
Atte. I frustrated programmer

carlos chavez
Top achievements
Rank 1
 answered on 12 Jan 2010
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?