C1.WPF.FlexReport.4 Assembly > C1.WPF.FlexReport Namespace > FieldCollection Class > Add Method : Add(String,String,Rect) Method |
If you add a field to a section's Section.Fields collection, the new field is automatically assigned to that section.
If you add a field to the control's C1FlexReport.Fields collection, the new field is not assigned to any sections. In this case, you must set the field's Field.Section property or it will not be rendered in the report.