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
bahar bahari
NA
8
0
how do i create DATASET in this example?
Sep 6 2009 2:03 PM
hi
i have a lot of problem with this example.
when i try a program like this, i don't know how i should create these below code?
private void Form1_Load(object sender, EventArgs e)
{
this.OrdersDataSet.ReadXml("Orders.xml");
this.OrderDetailsDataSet.ReadXml("OrderDetails.xml");
}
void LocalReport_SubreportProcessing(object sender, SubreportProcessingEventArgs e)
{
e.DataSources.Add(new ReportDataSource("OrderDetailsDataSet_OrderDetails", OrderDetailsDataSet.Tables[0]));
}
please help me.
this problem countinue in many example for me.
i do not realize that how should i create this data set?(i think the program should automaticly create it ,but it didn't happen!)why?
OrderDetailsDataSet.ReadXml("OrderDetails.xml");
when i write this code ,program give me error,that OrderDetailsDataSet doesn't exist.
http://www.gotreportviewer.com/masterdetail/SubreportInList.zip
Reply
Answers (
2
)
make 2 xsd file from xml
Comparison charts