This is a migrated thread and some comments may be shown as answers.

Some buttons on reportviewer toolbar disabled.

3 Answers 383 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 17 Jul 2013, 01:30 PM
My Report.aspx page contains a ReportViewer control, and I set the TypeName & ReportSource during the ReportViewer1.Load method.

For all reports I try, some of my toolbar buttons are disabled (e.g. Previous Page, Next Page, Last Page) and what's more is the "First Page" button when clicked seems to act as the print button!

Also, the current page is always "0". See attachment.

Below is my markup/code for the Report.aspx page.
Private Sub ReportViewer1_Load(sender As Object, e As System.EventArgs) Handles ReportViewer1.Load
     
                'set report type
                Private repDataSource As New Telerik.Reporting.TypeReportSource
                repDataSource.TypeName = "XXX.Case_Report, XXX, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b10c045d816b947a"
                ReportViewer1.ReportSource = repDataSource
 
 
         
End Sub
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Report.aspx.vb" Inherits="xxx.Report" %>
<%@ Register Assembly="Telerik.ReportViewer.WebForms, Version=7.0.13.426, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" Namespace="Telerik.ReportViewer.WebForms" TagPrefix="telerik" %>
 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<head runat="server">
    <style type="text/css">
         /* max height */
            html, body, form 
            
                height: 100%; 
                margin: 0px; 
                padding: 0px; 
                background-color:White
            
             
    </style>
    <title></title>
</head>
<body style="padding:0;margin:0">
    <form id="form1" runat="server">
     
        <telerik:ReportViewer ID="ReportViewer1"  runat="server" Width=100%
            Height="700px" ShowDocumentMapButton="False" ShowHistoryButtons="False"
            ShowNavigationGroup="true" ShowParametersButton="true"
            ShowPrintPreviewButton="False" ToolbarVisible=true  ></telerik:ReportViewer
     
    </form>
</body>
</html>
 

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 22 Jul 2013, 10:21 AM
Hi Steve,

We have made some tests on our end with the latest Telerik Reporting version and the provided snippets but we are unable to reproduce the experienced behavior. Thus our recommendation is to check out the latest Telerik Reporting version (internal build). If after the upgrade you still experience any issues, we will appreciate if you open a support thread and send us a runnable sample that illustrates the problem so we can review on our end.

Regards,
Peter
Telerik

Have you tried the new visualization options in Telerik Reporting Q2 2013? You can get them from your account.

0
Vijay
Top achievements
Rank 1
answered on 10 Apr 2014, 03:37 PM
I have the same problem with Q2 2012 build 6.1.12.823. There does not seems to be any solution in sight,

Vijay


0
Stef
Telerik team
answered on 15 Apr 2014, 12:03 PM
Hello Vijay,

Please test my colleague's suggestion and upgrade your project to the latest available Telerik Reporting Q1 2014 version. Keep in mind that as of Q2 2013 Telerik Reporting is built against .NET4 and requires projects to target .NET4+ Full Profile framework version.

Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Steve
Top achievements
Rank 1
Answers by
Peter
Telerik team
Vijay
Top achievements
Rank 1
Stef
Telerik team
Share this question
or