[]
Sets the custom property value.
public static void SetCustomProperty(this CustomReportItem reportItem, string name, ExpressionInfo value)
Type | Name | Description |
---|---|---|
CustomReportItem | reportItem | The custom report item. |
string | name | The name of the custom property. |
ExpressionInfo | value | The value to set for the custom property. |
Sets the custom property value as a string.
public static void SetCustomProperty(this CustomReportItem reportItem, string name, string value)
Type | Name | Description |
---|---|---|
CustomReportItem | reportItem | The custom report item. |
string | name | The name of the custom property. |
string | value | The string value to set for the custom property. |