[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.CustomReportItemExtension.GetCustomPropertyAsString

GetCustomPropertyAsString Method

GetCustomPropertyAsString(CustomReportItem, string)

Gets the custom property value as a string.

Declaration
public static string GetCustomPropertyAsString(this CustomReportItem reportItem, string propertyName)
Parameters
Type Name Description
CustomReportItem reportItem

The custom report item.

string propertyName

The name of the custom property.

Returns
Type Description
string

The custom property value as a string, or an empty string if the property does not exist.