Telerik Forums
Reporting Forum
2 answers
1.7K+ views
How to show/hide text box controls at runtime. I am unable to do this...Please help me out
Squall
Top achievements
Rank 1
 answered on 24 Apr 2013
1 answer
190 views
I downloaded & installed the latest Telerik Reporting (at the time this thread was posted), and also installed DevExpress 12.2.

I wanted to change my report service from DevExpress to Telerik's one but re-creating every single report from scratch in report designer is too time-consuming. I found some information about DevExpress converter but it was to use DevExpress 8.2.

My WebApp is based on asp.net MVC and published on Azure, I don't know if there is any work-around to have this task done and get it to work properly on Azure, and if there is one how could I do that? Really need help on this.

Arthur
Stef
Telerik team
 answered on 24 Apr 2013
1 answer
208 views
Pdf report is showing correct format of the dataset, but exporting to excel has too many hidden rows and columns. How to resolve this?
Peter
Telerik team
 answered on 24 Apr 2013
5 answers
424 views
In my report, I have a group footer that contains subtotals for the group. I would like to ensure that it is always printed on the same page as the data in the group, rather than by itself on the following page.

There does not seem to be any option to accomplish this. Basically, what I want is a "keep with previous" option. If the group is printing toward the bottom of a page such that there will not be room for the totals, I would rather have the whole group (or part of it) moved to the next page than to have the totals appear alone at the top of the next page.

Is there any way to do this?

Rick.
Elian
Telerik team
 answered on 24 Apr 2013
1 answer
61 views
Previous

Date line
page1 4/17/2013 1
2
3
page2 4
5
6


I want into this format.

Date line
page1 4/17/2013 1
2
3
page2 4/17/2013 4
5
6


Could you suggest approach.

Thanks in advance.
Peter
Telerik team
 answered on 24 Apr 2013
13 answers
436 views
Hi,

We have recently upgraded to SharePoint 2013 from SharePoint 2010. I have designed a custom ASP solution that uses Telerik Reporting. In SharePoint 2010, this has worked fine, but I am not having any success in 2013.

When I go to generate a report, the ReportViewer screen appears and nothing happens. No "Generating Report, Please Wait" message as there should be.

Currently this issue occurs ONLY in Internet Explorer. The reports generate without issue in Chrome and Firefox.

Using Fiddler and Internet Explorer and Chrome's debugging tools, I have found the following information:

Fiddler:
HTTP/1.1 401 Unauthorized

IE Debugging:
SEC7112: Script from http://xxx/Telerik.ReportViewer.axd?name=Resources.ReportViewer.js&optype=Resource&version=6.2.12.1017 was blocked due to mime type mismatch 

Chrome:
Resource interpreted as Script but transferred with MIME type text/plain: "http://xxx/Telerik.ReportViewer.axd?name=Resources.ReportViewer.js&optype=Resource&version=6.2.12.1017".
SCRIPT5009: 'ReportViewer' is undefined 

I have been through the the help topic located at http://www.telerik.com/community/forums/reporting/telerik-reporting/telerik-reportviewer-missing-in-iis-works-with-dev-webserver.aspx to no avail.

Here are the snippets from my web config file:
<SafeControl Assembly="Telerik.Reporting, Version=6.2.12.1017, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" Namespace="Telerik.Reporting" TypeName="*" Safe="True" />
      <SafeControl Assembly="Telerik.ReportViewer.WebForms, Version=6.2.12.1017, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" Namespace="Telerik.ReportViewer" TypeName="*" Safe="True" />
      <SafeControl Assembly="Telerik.Web.UI, Version=2012.3.1016.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" TypeName="*" Safe="True" />

<httpHandlers>
  <add path="Telerik.ReportViewer.axd" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=6.2.12.1017, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" verb="*" validate="false" />
  <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2012.3.1016.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" verb="*" validate="false" />
</httpHandlers>

<system.webServer>
  <handlers>
    <add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=6.2.12.1017, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode" />
    <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode,runtimeVersionvv2.0." path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2012.3.1016.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />
  </handlers>
</system.webServer>

 <location path="Telerik.ReportViewer.axd"
   <system.web>
       <authorization>
         <allow users="*" /> 
       </authorization>
   </system.web>
 </location>
 <location path="Telerik.Web.UI.WebResource.axd"
   <system.web>
       <authorization>
         <allow users="*" /> 
       </authorization>
   </system.web>
 </location>

I have also added a MIME type for .axd in IIS and I have tried running Internet Explorer in compatibility mode with no luck.

Any help with this would be appreciated.

Thanks.
Justin Lee
Top achievements
Rank 1
 answered on 24 Apr 2013
3 answers
311 views
I recently upgraded to Q1 2013.

When I checked my previously created reports (created prior installing Q1 2013) and reports created after I installed Q1 2013, I noticed that the Horizontal lines are not correctly displayed in browser and printed report, while the lines looks fine on Preview tab in Visual Studio.

Attached are these screencaps:
- preview tab.png : this is how the report looks on Preview tab in Visual Studio
- display on browser.png : this is how the report looks when I run the solution and show the report on Google Chrome (and other web browsers). Do take note of the LineWidth of the second line (as highlighted in red box). The lines on the report should have the same same LineWidth.
- print.png : this is how the report looks when I print it out. Do take note of the scattered lines, as highlighted in red boxes.

Could Telerik staffs help me on this?

Thanks.
Iris
Top achievements
Rank 1
 answered on 24 Apr 2013
3 answers
168 views
Hi ,
current user of your controls, considering Telerik Reporting.
However I do not see any place for end users to create reports...is there a web equivalent to Microsoft Report Builder?

Thanks

Stef
Telerik team
 answered on 23 Apr 2013
1 answer
696 views
Hello,

I have updated my solution from q3 2012 to q1 2013. Reports are quite fine exept some little changes I had to do but I noticed that in some reports where before I was succesfully using a background image, now the same doesn't get printed out for header and footer.
The image should cover alone the whole report area (without repeating).
I checked header and footer and they are set to be transparent background color.
What should I do?

Thanks, Giuseppe
Chavdar
Telerik team
 answered on 23 Apr 2013
3 answers
82 views
Hello Guys, 

How I can to make my query to receive a parameter using '%like%'?

I tried this 3 options below but its dont working ( last(5ª) line )

SELECT PSR.NOME, CO.NOME, FU.NOME, CO.ATIVO,CO.ID_PSR
FROM COLABORADOR CO
LEFT OUTER JOIN PSR ON PSR.ID_PSR = CO.ID_PSR
LEFT OUTER JOIN FUNCAO FU ON FU.ID_FUNCAO = CO.ID_FUNCAO
WHERE PSR.NOME LIKE %@Nome_PSR%

SELECT PSR.NOME, CO.NOME, FU.NOME, CO.ATIVO,CO.ID_PSR
FROM COLABORADOR CO
LEFT OUTER JOIN PSR ON PSR.ID_PSR = CO.ID_PSR
LEFT OUTER JOIN FUNCAO FU ON FU.ID_FUNCAO = CO.ID_FUNCAO
WHERE PSR.NOME LIKE '%@Nome_PSR%'

SELECT PSR.NOME, CO.NOME, FU.NOME, CO.ATIVO,CO.ID_PSR
FROM COLABORADOR CO
LEFT OUTER JOIN PSR ON PSR.ID_PSR = CO.ID_PSR
LEFT OUTER JOIN FUNCAO FU ON FU.ID_FUNCAO = CO.ID_FUNCAO
WHERE PSR.NOME LIKE @Nome_PSR


Follow in attachment

IvanY
Telerik team
 answered on 23 Apr 2013
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?