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
James Comandao
NA
1
0
Add field programmatically to crystal report.
Jun 24 2010 11:01 AM
Hi guys, i have this SQL query.
"SELECT SUM (TotalTaskCost) AS "CombinedTaskCost" FROM TaskCost;"
I want to display the values vertically in a crystal report.
How do i programmatically add a field for the artificial column "CombinedTaskCost" generated by the SQL query?
Thanks. Im doing this in Visual C#, ASP.NET
Reply
Answers (
1
)
Crystal Report SET_Formulas()
Again asking for parameters value while sending from c# to crystal report