Join
Sign in
ComponentOne Community
Search Options
Search Everything
Search WPF
Home
WinForms
WPF
ASP.NET
Silverlight
SharePoint
Help Authoring
ActiveX
Windows Mobile
General
Visual Studio Extensions
Legacy
Marketing Blogs
Dev Tools
Evangelists
C1Announcements
More ...
Home
»
WPF
»
Reports for WPF
»
Accesing data of subreports
Accesing data of subreports
WPF
Windows Presentation Foundation controls
Get this RSS feed
Home
Forums
Files
Wiki
Details
1
Reply
1
Subscriber
534
days old
Options
Subscribe via RSS
Send to friend
Reports for WPF
Accesing data of subreports
rated by 0 users
This post has
1 Reply |
1
Follower
Posted by
ROSSMEISLSAE
on
3-17-2009 1:01 PM
rated by 0 users
Accesing data of subreports
Is it possible, to access data of a subreport by the report that includes the subreport?
Posted by
C1_PatrickS
on
3-26-2009 1:03 AM
rated by 0 users
Re: Accesing data of subreports
Hi,
Since SubReport is embeded as a field within MainReport therefore, we need
to access the SubReport first and then the field of the subreport.
Like the following:
MainReportName.Fields["SubReportNameIntheMainReport"].Subreport.Sections[
C1.C1Report.SectionTypeEnum.Detail].Fields["SubReportFieldName"].Text
Hope this helps.
Regards,
Patrick
wrote in message news:215485@10.0.1.98...
Is it possible, to access data of a subreport by the report that includes
the subreport?
http://helpcentral.componentone.com/cs/forums/p/78552/215485.aspx#215485
Page 1 of 1 (2 items)