[]
Gets the custom property value as an expression.
public static ExpressionInfo GetCustomPropertyAsExpression(this CustomReportItem reportItem, string propertyName, ExpressionInfo defaultValue)
| Type | Name | Description |
|---|---|---|
| CustomReportItem | reportItem | The custom report item. |
| string | propertyName | The name of the custom property. |
| ExpressionInfo | defaultValue | The default value to return if the property does not exist. |
| Type | Description |
|---|---|
| ExpressionInfo | The custom property value as an ExpressionInfo object, or the default value if the property does not exist. |