[]
Provides extension methods for handling custom properties in CustomReportItem objects.
public static class CustomReportItemExtension
| Name | Description |
|---|---|
| GetCustomPropertyAsBoolean(CustomReportItem, string, bool) | Gets the custom property value as a boolean. |
| GetCustomPropertyAsEnum<T>(CustomReportItem, string, T) | Gets the custom property value as an enum. |
| GetCustomPropertyAsExpression(CustomReportItem, string, ExpressionInfo) | Gets the custom property value as an expression. |
| GetCustomPropertyAsInteger(CustomReportItem, string, int) | Gets the custom property value as an integer. |
| GetCustomPropertyAsString(CustomReportItem, string) | Gets the custom property value as a string. |
| SetCustomProperty(CustomReportItem, string, ExpressionInfo) | Sets the custom property value. |
| SetCustomProperty(CustomReportItem, string, string) | Sets the custom property value as a string. |