MasterDetailFieldInfo Constructors
Stores data field settings while running the master-detail Report Wizard.Name | Parameters | Description |
---|---|---|
MasterDetailFieldInfo(String, TypeSpecifics) | name, typeSpecifics | Initializes a new instance of the MasterDetailFieldInfo class with the specified settings. |
MasterDetailFieldInfo(String, String, TypeSpecifics) | name, displayName, typeSpecifics | Initializes a new instance of the MasterDetailFieldInfo class with the specified settings. |
See Also