Telerik Forums
Reporting Forum
1 answer
299 views
Scenario:  ASP.NET 4.0 where report is passed to report viewer in a separate page.
When certain parameters are applied to the data, column headers in the page header disappear entirely, or appear to be partially obscured (text is cut-off vertically).  The column headers are in the page header -- I want them to appear on every page.

Attached is a view of the "normal" report vs. the filtered report where column headers disappear.  I don't have a view of the obscured header available at the moment.

There is no code that modifies the report.  This is just the report acting differently with different data. 

What's happening?  Is this a known bug?  Are there any ways to eliminate or reduce the likelihood?
Steve
Telerik team
 answered on 17 May 2012
2 answers
317 views
Hi, I am developing a mvc3 razor app where i am using telerik report. Look at the below program , when i run my app in local pc it works fine. but when i upload the site in the server it shows following error:
Telerik.Reporting.Processing.RendererNotAvailableException: pdf rendering format is not available.

I added Telerik.Reporting.dll into my app including bin folder.

 public ActionResult Rpt()
        {

            DataSet1 ds = new DataSet1();

            ds.DataTable1.Rows.Add("Imran""Milibagh");
            ds.DataTable1.Rows.Add("Sahk""Mouchak");
            ds.DataTable1.Rows.Add("Mohammad""Gulshan");
            ds.DataTable1.Rows.Add("Rana""Bogura");

            Report1 rp = new Report1();

            rp.DataSource = ds;


            ReportProcessor reportProcessor = new Telerik.Reporting.Processing.ReportProcessor();
            RenderingResult renderingResult = reportProcessor.RenderReport("pdf", rp, null);

            MemoryStream ms = new MemoryStream();
            ms.Write(renderingResult.DocumentBytes, 0, renderingResult.DocumentBytes.Length);
            ms.Flush();

            FileContentResult result = new FileContentResult(ms.GetBuffer(), renderingResult.MimeType);
            result.FileDownloadName = "a.pdf";            

            return View();
        }
shak
Top achievements
Rank 1
 answered on 17 May 2012
2 answers
226 views
Hi,
I am only able to move textboxes in the report designer by selecting them and moving the arrow keys (which is very tedious).  If i try to drag the textbox to the desired location using my mouse it doesn't work.  I have reopened visual studio several times and tried the same thing in reports I have designed in the past, still no luck..  Any ideas on what would cause this?  I am using version: Q1 2012, thanks in advance for any help!
Chrissy
Top achievements
Rank 1
 answered on 16 May 2012
1 answer
177 views
Hi,
We have a dev license and have developed our app on a local machine (localhost).
We deploy the app to the QA server simply by copying to the server (yes we copy the Bin directory)
Everything works fine BUT on the QA server we get the "trial version" message.
What causes this?

Thank you,
Stan
Steve
Telerik team
 answered on 16 May 2012
5 answers
532 views
Hi..

Sir i have completed the subreports sucessfully with your co-operation..

Our project has to come to an end.,

Now i have doubt in change the format of date parameter which is passed thru the web form.,

if i want to convert the date format inside the stored function is easy one,. but here we want to convert the date formet of the parameter winch is passed from the web form..

Example

              Input :      01/01/2008  (thru web form)

              output :  01/01/2008 12:00:00 AM (in the report)

But i want to print as what is given i.e., 01/01/2008


By
S.Suriya
Peter
Telerik team
 answered on 15 May 2012
1 answer
418 views
Dear Telerik.
I have say,3 Dropdown controls on my asp.net solution. Dp1,Dp2 and Dp3.
I want to select records from these dropdowns.
Click a button 'View'. This will fetch data from the db.
I can store this data fetched as a collection/datatable/dataset.
I will then pass the object(collection above) on the report to view my data/records on the report.

NOTE: I don't want to use the old fashion way of report parameters. Instead of fetching the data from the default report parameters, I want to use the dropdowns.

Please help!
Petio Petkov
Telerik team
 answered on 15 May 2012
1 answer
79 views
hello,

Iam using telerik reporting in my application.My requirement is to check the report before assigning to report viewer and if report not returing any data then have ti display an error message "NO DATA".How can i approach these please help me

thanks
rajag
Steve
Telerik team
 answered on 15 May 2012
5 answers
615 views
Hi Guys,
     
     Current Environment :   Telerik Reporting Q1 2011   、Silverlight ReportViewer

     With the telerik reporting was installed successly in the server , The reports can display normally well ; but after the telerik reporting has been uninstalled from the server , The reports has threw an InnerException .

     At this moment , I need to deploy the telerik reporting without installed it.

     How to do it ? I am in urgent for your help.

     Thanks.
     please see the attached illustration.
Steve
Telerik team
 answered on 15 May 2012
1 answer
62 views
I have several subreports within a main report.  They contain a number of textboxes which line up with textboxes in the main report.  In the report viewer and designer, they appear perfect, but when exported to Word, the textboxes in the subreports are off so that they no longer line up to the main report textboxes and it is not a presentable report in the eyes of my client.  Is there any way to fix this?
Steve
Telerik team
 answered on 15 May 2012
0 answers
78 views
As I can call a web service from the code itself. Cs of the report. The project is in asp.net
Rodrigo
Top achievements
Rank 1
 asked on 14 May 2012
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?