Procedure TWPReporterFieldsCollection.AddFields(ParentDatasetName:string; ParentDatasetDescription:string; FieldNames:; RequiredParentGroup:string)
Unit: WPRTEReport
Class: WPRTEReport.TWPReporterFieldsCollection
Parameters
-
ParentDatasetName:string ParentDatasetDescription:string FieldNames RequiredParentGroup:string
Description
This procedure is used to set up field names for the insert field drop down provided by the dialogParentDatasetName will be used to build the field name (DATASET.FIELDNAME)
ParentDatasetDescription will be used to group the fields in the drop down menu. ParentDatasetDescription and ParentDatasetName can be used independently from each other.
FieldNames is an array of strings to add one or more field names.
Of course it is also possible to create a TWPReporterFields item with
You can use
Overloaded Methods
Procedure TWPReporterFieldsCollection.AddFields(ParentDatasetName:string; ParentDatasetDescription:string; FieldNames:TStrings; RequiredParentGroup:string) |