Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i create sucessfully sql report in asp.net using visual stduio 2008 with sql server 2008 r2

i have a report name report1.rdll

now i have a form admin option and i add tab like reports

html
ASP.NET
<asp:Panel runat="server" ID="reprtpanel">
    <li>
        <a href="">
            <span>

         Reports 

            </span>
        </a>
    </li>
    </asp:Panel>

it show me like this
http://tinypic.com/view.php?pic=vhxo9k&s=5#.Upy1zydkNdc[^]

then any one please tell me how i call sql report ...
Posted
Comments
AlexDpars 2-Dec-13 17:31pm    
Do you have a SSRS server? Also,did you deploy your report on a ssrs server? Which ASP.Net technology are you using? WebForms MVC? You may want to use the ReportViewerControl to show your reports in your page...
Diya Ayesa 2-Dec-13 18:05pm    
i use web forms not mvc i also drag report view contrl but when i drag it looks this picture which i have posted
AlexDpars 2-Dec-13 20:12pm    
Ok but you don't know how to configure it? Do you have SSRS installed on your machine? Which version of sql server are you using?
Diya Ayesa 2-Dec-13 20:47pm    
yes...

1 solution

This will help you to deploy your reports
This will help you to setup the control into you aspx webpage

For the informations concerning your server address directories will be found on you ssrs management tool on the web service tab... And the directories will be created when you will publish the report.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900