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();
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.
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.
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.
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?
1. i am using Telerik reports Q3 2009. herewith the dataset generated the data in dataset. i give the report form give the datasoruce, and data member. Eventhough the data is not generated but the the report is geneated empty. let me know how can i solved this problem
2. I need connect the reports in database code behind. but the data is not generated. I do it evertythins as u given website like
http://www.telerik.com/help/reporting/asp-net-report-viewer.html
Let me know how can i integrate the data from database, Please send me the sample and implement procedure.
i used the database connectivity in
public report1()
{
// Do Database Connectivity
}
We have desgin few reports in our project that would in Chinese . Chinese info is working fine , when report is viewed in report viewer, but when export to PDf or print , Chiense is not working . There comes Square symbol instaed of chinese chracter . pls suggest as soultion ASAP to us , Because i have to deploy these report urgently.