[]
Specifies an available report part property types.
public enum ReportPartPropertyType
| Name | Description |
|---|---|
| Boolean | The data type is Boolean. |
| BorderStyle | The data type is borderStyle. |
| Color | The data type is color. |
| Float | The data type is float. |
| FontFamily | The data type is fontFamily. |
| FontSize | The data type is fontSize. |
| FontStyle | The data type is fontStyle. |
| FontWeight | The data type is fontWeight. |
| Integer | The data type is integer. |
| Length | The data type is length. |
| LineStyle | The data type is lineStyle. |
| LineWidth | The data type is lineWidth. |
| String | The data type is string. |
| TextDecoration | The data type is textDecoration. |