Telerik Forums
Reporting Forum
1 answer
110 views
Hello, 

IT's possible start with a option "ALL" and the filter is did not applied?

if yes, how can I do the code to the paramenter know when the user select one option, or when the user no select one option( in this case the query will bring all resgister from table. 

Thanks!

Att, ricardo
Hadib Ahmabi
Top achievements
Rank 1
 answered on 24 Apr 2013
1 answer
79 views
Hi
I am using your Telerik report in our program but ReportViewer is not working in xp and windows8. (windows 7 is good work)
So i re-downloaded the Q1 2013 build 7.0.13.412 and re-installed but it has a same problem.

My Source is simple ( i made it for the Telerik.ReportViewer test  )

<Window
 xmlns:tr="http://schemas.telerik.com/wpf" x:Class="tests.MainWindow"
 Title="MainWindow" Height="350" Width="525">
 <Grid>
  
<tr:ReportViewer Margin="33,23,40,22"/>
  
</Grid>
</Window>



using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
 
namespace tests
{
    /// <summary>
    /// MainWindow.xaml    /// </summary>
    public partial class MainWindow : Window
    {
        public MainWindow()
        {
            InitializeComponent();
        }
    }
}

-------------------------------------------------------------

Also, I included the Telerik.Reporting dlls.

Telerik.Reporting    -  Q1 2013 build 7.0.13.412
Telerik.Reporting.XpsRendering
Telerik.ReportViewer.Wpf
Telerik.Windows.Controls    - 2013.1.403.40    , v4.0.30319
Telerik.Windows.Controls.Chart
Telerik.Windows.Controls.Data
Telerik.Windows.Controls.GridView
Telerik.Windows.Controls.Input
Telerik.Windows.Controls.Navigation
Telerik.Windows.Data


This source is work in Windows 7 but is not work in XP and Windows 8.

What is problem?

Peter
Telerik team
 answered on 24 Apr 2013
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
193 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
209 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
426 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
62 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
439 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
314 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
170 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
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
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?