TemplateField Constructors
Provides functionality for a Template Report‘s field.| Name | Parameters | Description |
|---|---|---|
| TemplateField(TemplateFieldKind, TemplateFieldCategory, Type, String) | kind, category, type, description | Initializes a new instance of the TemplateField class with the specified settings. |
| TemplateField(TemplateFieldKind, TemplateFieldCategory, Type) | kind, category, type | Initializes a new instance of the TemplateField class with the specified settings. |
| TemplateField(TemplateFieldKind, TemplateFieldCategory) | kind, category | Initializes a new instance of the TemplateField class with the specified settings. |
See Also