[]
Gets the custom property value as a string.
public static string GetCustomPropertyAsString(this CustomReportItem reportItem, string propertyName)
Type | Name | Description |
---|---|---|
CustomReportItem | reportItem | The custom report item. |
string | propertyName | The name of the custom property. |
Type | Description |
---|---|
string | The custom property value as a string, or an empty string if the property does not exist. |