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

Telerik Report Library Shows only 1st report & how to increase the width of report Parameter Drop Down Box.

2 Answers 72 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
gc_0620
Top achievements
Rank 1
gc_0620 asked on 06 Jun 2012, 09:10 PM
Hi All,

I am using Telerik Reporting Q1 2012 for Web. I am new to Telerik  Reporting.

1) Using this below tutorial:

http://www.telerik.com/help/reporting/designing-reports-reportbook-web-viewer.html


I just created 2 Reports (ClinicMasterIntakes and ClinicMasterReferrals), added them to Report Library in .aspx page but when I view that page in browser, I only see 1st report(ClinicMasterIntakes). What mechanism I need to use to see both report names appear side by side like Radgrid Link Buttons. Please give me (new user) a simple solution.

Below is my code. 

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ClinicReports.aspx.cs" Inherits="BHS_WebReports.ClinicReports" %>
 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
 
<%@ Register assembly="Telerik.ReportViewer.WebForms, Version=6.0.12.215, 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">
    <title>BHS Clinical Reports</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        </telerik:RadScriptManager>
        <telerik:ReportViewer ID="ReportViewer1" runat="server" Height="1000px"  Width = "900px"
            ReportBookID="ReportBookControl1">
        </telerik:ReportViewer>
        <telerik:ReportBookControl ID="ReportBookControl1" runat="server">
            <Reports>
                <telerik:ReportInfo Report="BHS_Clinic_Activity_Reports.ClinicMasterIntakes, BHS_Clinic_Activity_Reports, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
                <telerik:ReportInfo Report="BHS_Clinic_Activity_Reports.ClinicMasterReferrals, BHS_Clinic_Activity_Reports, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
                </telerik:ReportInfo>
            </Reports>
        </telerik:ReportBookControl>
    </div>
     
    </form>
</body>
</html>
 
2) How do I increase the width of Drop down list in report viewer? Please refer to below screen shot. In the subcategory dropdown list,

Blue circled is actual width. How do I increase the width to Red Circled?


Thanks for your help.

gc_0620

2 Answers, 1 is accepted

Sort by
0
gc_0620
Top achievements
Rank 1
answered on 08 Jun 2012, 08:59 PM
Telerik,

Please close the 1st item. I was able to configure it with Report Catalog.

How ever I need help with the 2nd Item (How do I increase the width of Drop down list in report viewer). Can you give me hand over here based on the screen shot of my original post?

Thanks

gc_0620

0
Elian
Telerik team
answered on 11 Jun 2012, 10:39 AM
Hi,

There aren't built-in ways to influence the appearance of the parameters toolbar. The easiest thing to do, would be to use a custom drop-down outside of the Report Viewer.
If, for some reason, you want to use the built-in and to modify it (not recommended) you should be able to get it's unique ID using the reportViewer object but you have to keep in mind that because of the alignment, the parameters are in a table and this might cause layout issues when modified. 

Regards,
Elian
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

Tags
General Discussions
Asked by
gc_0620
Top achievements
Rank 1
Answers by
gc_0620
Top achievements
Rank 1
Elian
Telerik team
Share this question
or