Parameters
- name
- Name of the property. This name will be used to identify the property in the project file. Changing the name after reports containing the property have been deployed is a breaking change. To change the name that is displayed to the user, set the DisplayName property instead.
- defaultValue
- Default value of the property. In the case of a font property, this can be set by concatenating all the fields of the Windows LOGFONT structure (see MSDN) in a string, e.g. "{(0,0,0),12.000000,0,0,0,0,700,0,0,0,0,3,78,0,34,Arial}" for a black 12pt Arial font.