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
piero piero
NA
5
0
Detais to Bulding Reports from object Collection using ReportViewer
Nov 3 2011 6:42 AM
In this url
http://www.c-sharpcorner.com/UploadFile/mahesh/ReportViewerObject04172007111636AM/ReportViewerObject.aspx
t
here is a good tutorial to Bulding Reports from object Collection using ReportViewer.
My ask is:
I suppose that in the Class Employee there is an attribute object for example City.
class City
{
private string _city;
public City(string c)
{ _city = c; }
public string city { get, set }
}
So
m_employees.Add(new Employee("Mahesh Chand", "112 New Road, Chadds Ford, PA", "123-21-1212", 30, new City("London")));
How can i visualize "London" in a textbox into the table ?
perhaps =field!City.Value.city ?
=field!city.Value ?
escapes this step. Who is kind enought to explaind the logic ? thanks.
Important:
I use the reports rdlc (no Crystal Report) in Visual studio 2008
Reply
Answers (
1
)
View a list of functions and variables in VS 2010 beside the editor ?
Online Excel file in use by ... How to hook to callback notification?