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

regarding display format

7 Answers 141 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Narendra
Top achievements
Rank 2
Narendra asked on 11 Aug 2008, 06:00 AM
Hi Team,

    Till now i dont have any problem with reporting.
    But i have a issue with displaying the reporting
    As, i have kept a report viewer in my aspx page and binding data using dataset. I am able to view the data from the report, but the main problem is,.. I am able to see every control two times. like . 6 navigation buttons and  2 print buttons.

Please let me konw where i did mistake.

Thanks & Regards,
Narendra

7 Answers, 1 is accepted

Sort by
0
Chavdar
Telerik team
answered on 11 Aug 2008, 02:57 PM
Hello Narendra,

This may happen when the ReportViewerInternal.css is not loaded correctly. A possible reason might be that you are missing the runat="server" attribute for the head element of the page. If this is not the problem, please use the Fiddler tool to check what is the response for the ReportViewerInternal.css request. In order to send it to us you have to open a support ticket.

A screenshot displaying how to save the http session with Fiddler is attached.

Sincerely yours,
Chavdar
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Narendra
Top achievements
Rank 2
answered on 12 Aug 2008, 07:00 AM
Hello Chavdar,

    As per your instruction i have checked for css style sheet reportviewer.css. Hopefully I guess , stylesheet is not loading. I have tested and founded that reportviewer.css is not loading.

    For overcome the problem, what is your suggestion?
    
    Please reply this ASAP.

Regards,
Narendra P
0
Chavdar
Telerik team
answered on 12 Aug 2008, 08:01 AM
Hi Narendra,

Do you have the runat="server" attribute for the head element of the page? Did you also check the response for the ReportViewerInternal.css with the Fiddler tool? Without this information we cannot tell you what the problem exactly is.

Regards,
Chavdar
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Narendra
Top achievements
Rank 2
answered on 12 Aug 2008, 11:06 AM
Hi Chavdar,

    In my project i am using master page concept. so i cannot use runat='server' attribute for the head element for my content page. And i have checked for ReportViewerInternal.css using  Fiddler tool. I didnt find any css file for that.

Now just suggest me what i need to do to overcome this problem.


Thanks & Regards
Narendra P
0
Chavdar
Telerik team
answered on 12 Aug 2008, 11:48 AM
Hello Narendra,

Although you cannot put the runat="server" attribute to the content page you can do this for the master page. Usually this attribute is there by default so you should not have any problems to put it. You can also manually register the .css files by placing them in the head element:

    <head>
        <link rel="stylesheet" type="text/css" href="/demos/reporting/Telerik.ReportViewer.axd?name=Skins.Default.ReportViewer.css&amp;version=2.8.8.723&amp;optype=Resource" />
        <link rel="stylesheet" type="text/css" href="/demos/reporting/Telerik.ReportViewer.axd?name=Resources.ParametersArea.css&amp;version=2.8.8.723&amp;optype=Resource" />
        <link rel="stylesheet" type="text/css" href="/demos/reporting/Telerik.ReportViewer.axd?name=Resources.ReportViewerInternal.css&amp;version=2.8.8.723&amp;optype=Resource" />

    </head>

However, you should modify the assembly version (in red) if you are not using the latest version of Telerik Reporting. To find your version of the assemblies right click on any reporting assembly and choose Properties | Version. You will find the exact version agains the File version label.

Regards,
Chavdar
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Narendra
Top achievements
Rank 2
answered on 12 Aug 2008, 01:41 PM
Hi chavdar,

    Thankyou very much for your suggestion. now its working fine and look and feel is also very good. solved by adding runat='server' in master page.
thanks once again.

Thanks and Regards,
Narendra P
0
Rossen Hristov
Telerik team
answered on 12 Aug 2008, 01:48 PM
Hello Narendra,

We are glad that you have managed to solve the problem. Do not hesitate to contact us again if you experience any troubles.

Best wishes,
Ross
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Narendra
Top achievements
Rank 2
Answers by
Chavdar
Telerik team
Narendra
Top achievements
Rank 2
Rossen Hristov
Telerik team
Share this question
or