The following tables list the members exposed by ReportProperties.
Name | Description | |
---|---|---|
![]() | ReportProperties Constructor | Not a public API! Do not use! |
Name | Description | |
---|---|---|
![]() | Get | Gets a property by its name. Look up for a property in order: - an explicit value set per report (current) - configuration file - default value The first value found is returned. |
![]() | GetBoolean | Get a property by it's name as a boolean. |
![]() | GetChar | Get a property by it's name as a char. |
![]() | GetInt | Get a property by it's name as an int. |
![]() | GetString | Get a property by it's name as a String. |
![]() | IsSet | Tests if a property was set, either explicitly or via the properties file. |
![]() | Set | Overloaded. Sets a value for the given property. This becomes the current value, overriding whatever was set before. |