TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ancy Raju
NA
20
25.4k
ReportViewer
Jun 18 2011 3:27 AM
i have created a dataset(ReportingDataset.xsd) and in that i have added table adapter through existing stor proc..
I also have created 4 reports and dragged and the data.. I have 1 reportViwer. My issuse is how to bind these 4 reports in 1 report viwer.
I have a dropdown where i statically added 4 report.
Cover Report:</td>
<td><asp:DropDownList ID="ddlCoverReprt" runat="server" Width="200" AppendDataBoundItems="true">
<asp:ListItem Text="-- Select CoverReport --" Value="-1" Selected="True" />
<asp:ListItem Text="Report by Coverage Count" Value="Report by Coverage Count"></asp:ListItem>
<asp:ListItem Text="Press Release" Value="Press Release"></asp:ListItem>
<asp:ListItem Text="Report By Company" Value="Report By Company"></asp:ListItem>
<asp:ListItem Text="Normal Report" Value="Normal Report"></asp:ListItem>
<%-- <asp:ListItem Text="Print Preview" Value="Print Preview"></asp:ListItem>--%>
</asp:DropDownList>
<asp:Button ID="btnReport" runat="server" Text="Generate Report"
ValidationGroup="fetchEntryGroup" onclick="btnReport_Click"></asp:Button>
On differnt report my report should be genereted....
Thanks in Advance
Reply
Answers (
3
)
how to display particular 'ID' Deatils as a Report?
How to disable,enable subreport in Crystal reports using Crystal Report viewer?