Telerik Forums
Reporting Forum
1 answer
161 views
Hello,

I have following problems with telerik reporting (web report), so every help is appreciated.

1. Visibility with conditions is not working properly - when textbox, panel or datatable is by default set to visible=false,
then conditions won't trigger to show it (condition is ok, because it works other way -> default=visible, script hides it)

2. When two panels are same width and height, and are overlapping completely, one is hidden, one isn't (with script) then it causes rendering problems (none of them is visible)

3. Impossible to hide datatable column with conditions, even if i can set condition on table title and column record definition cell.

4. Impossible to control position of the item using conditions. (this is a wish to feature) Ideally telerik should be able to control with conditions every parameter of an object, or atleast those that are related to showin/rendering.

5. Instead of this semi-script language, full c# lang. syntax could be supported including direct calling public methods from any c# object
Peter
Telerik team
 answered on 22 Oct 2010
4 answers
205 views

Hi,

I have a report that contains a checkbox. The report is being displayed in the Silverlight viewer.  In both the Preview and Html Preview tabs the Checkbox and corresponding text are displayed.  When I run my application the text portion of the checkbox is visible, however the checkbox itself is not visible. (See attached screen shots).

 

 

I am using IE 7, Silverlight 4 and .Net 4.

 

Any suggestions?

 

Thanks,

Billy
Top achievements
Rank 1
 answered on 22 Oct 2010
1 answer
79 views
Hi everyone,

I have used telerik rad ajax and telerik reporting components with visual studio 2010. I have developed a web application and I have some reports page in system. 
Firstyl, I had prepeared my reports and import the report files to my project. Then, I prepeared a report viewer  and gave its report source. When I build the system I saw that the report viewer items such as print button, export link, next arrow etc seem double. One of the copy of the buttons, arrows and links are seem frozen.
I attached the print screen image of the report viewer. What can I do to resolve this design problem??

Thanks
 
Steve
Telerik team
 answered on 21 Oct 2010
3 answers
114 views
Our reports are multiple pages.   

When a user is at the bottom of a page they would like to be able to use the toolbar to advance to the next page. 
However, we are only able to create one toolbar per page. 

Is there a way to have two toolbars per page one at the top and one at the bottom? 
Steve
Telerik team
 answered on 21 Oct 2010
21 answers
587 views
Hi,

Here's the situation.  I have a Telerik Report document.  In the Detail row, there are three columns, each with one field.

The fields can grow, and do based on the data in the field; so there may be multiple lines on some of the fields. 

If I just put borders around the fields, then the boxes are all different heights, depending on what is in the fields. 
(like this sketch:)
---------------------------
|         |           |         |  <-Record 1
--------|           |         |
          |           |-------|
          ----------
---------------------------
|         |           |         |  <-Record 2
--------|           |         |
          ----------|         |
                       ---------

I need for all three columns to be the same height boxes.

When done, the page should basically be a grid of boxes with the details from each record filled into the fields:

--------------------
|        |       |      |   <- Record 1
|        |       |      |
--------------------
|        |       |      |   <- Record 2
---------------------

Hope I am making sense... Anyone have any ideas on how to accomplish this?

Thanks!

-Chuck
Steve
Telerik team
 answered on 21 Oct 2010
10 answers
390 views
Does Telerik Reporting support a matrix control just like the one in the Microsoft reportviewer?
Igor
Top achievements
Rank 1
 answered on 21 Oct 2010
2 answers
77 views
Hi,

I am using Chinese version of Visual Studio 2010. After installed Telerik_Reporting_Q2_2010_v4_1_10_921, We could not find "Telerik Report Q2 2010 in Installed Template. It's OK on English version of Visual Studio 2010.

Please advise.

Many thanks,
Bill


wg
Top achievements
Rank 1
 answered on 21 Oct 2010
1 answer
184 views
Hi;
(Use 2009.Q1)
i am writing my own web browser. And from that browser, i try to export a report to pdf. But when you click on the Export functionality, it opens the export operation on Internet Explorer (a different web browser of course...). And because the instance ids of my own web browser and internet explorer's are different, exporting fails. Now that, i need to export the report on the same page by writing code behind a button control or by changing the functionality of WebReportViewer to export the report to the _self window.

First of all, i am using a code snippet that would display the report in the same page with my web browser (by implementing a button control's event). The code snippet is:

http://www.telerik.com/help/reporting/faq-display-pdf-browser.html
Sub ExportToPDF(ByVal reportToExport As Telerik.Reporting.Report)    
    Dim reportProcessor As New ReportProcessor() 
    Dim result As RenderingResult = reportProcessor.RenderReport("PDF", reportToExport, Nothing
  
    Dim fileName As String = result.DocumentName + ".pdf"   
    Response.Clear()    
    Response.ContentType = result.MimeType    
    Response.Cache.SetCacheability(HttpCacheability.Private)    
    Response.Expires = -1    
    Response.Buffer = True    
    Response.AddHeader("Content-Disposition", String.Format("{0};FileName=""{1}""", "attachment", fileName))    
    Response.BinaryWrite(result.DocumentBytes)    
    Response.End()    
End Sub

Although i have imported Telerik.Reporting and Telerik.Reporting.Processing libraries, the compiler tells me that "ReportProcessor" is ambigious in the namespace Telerik.Reporting.Processing. Why do i get this error?

As a second question, i tried to open the exported sheet in the same window by using WebReportViewer with _self directive. But i failed again because of the different instance ids of web browsers...

Any ideas about exporting the report to _self window would be appreciated!.
Thanx
Steve
Telerik team
 answered on 20 Oct 2010
3 answers
136 views

Hi,

When I install my program on my clients computer, everything works except for the reports (telerik reporting).  When I try to view a report I get "unable to find the requested .net framework"  This project is vb.net, sql server, .net framework 3.5.  It of course runs fine on my development machine.

TIA,
Barry
Steve
Telerik team
 answered on 20 Oct 2010
1 answer
210 views
I have a report using a stylesheet, if I were to use conditional formatting to change the font colour of negative numbers to red does the resulting style rule also change the rest of the textboxs properties (font, size, etc) away from the values set by the stylesheet?
or
Is it possible to assign a stylesheet style conditionally?

Thanks
Patrick
Peter
Telerik team
 answered on 20 Oct 2010
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?