in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

FIELDS THE SUBREPORTS

Last post 11-07-2007 4:34 PM by richardparedes. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 11-07-2007 4:34 PM

    FIELDS THE SUBREPORTS

    I have a report with 4 subreportes, I need access code to the fields or data of column of the subreports for changing the number format of the some fields that meet certain conditions, how do I do it?
     
    I tried the following code, but only access to a field or data of a single row of each subreporte and subreportes have several rows.
     
    For Each fld As Field In C1Report1.Fields

    Dim sr As C1Report = fld.Subreport

    MsgBox(sr.Sections.Detail.Fields.Item("FamiliaCtl").Value)

    Next

    Filed under: , ,
Page 1 of 1 (1 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.