C1 Community
ComponentOne Community is a free source for developers and help authors to collaborate and communicate.
Sign in
|
Join
|
Help
Home
Blogs
Forums
Forums
»
WPF
»
Reports for WPF
»
Accesing data of subreports
Accesing data of subreports
rated by 0 users
This post has 1 Reply | 1 Follower
Posts
1
Reply
ROSSMEISLSAE
Posted: Tue, Mar 17 2009 1:01 PM
rated by 0 users
Is it possible, to access data of a subreport by the report that includes the subreport?
Posts
1,237
Reply
C1_PatrickS
replied on
Thu, Mar 26 2009 1:03 AM
rated by 0 users
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
Previous
|
Next
Page 1 of 1 (2 items) |
RSS
Contact ComponentOne: 1.800.858.2739 ©1987-2010 ComponentOne LLC All Rights Reserved.