[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.CustomReportItemExtension.SetCustomProperty

SetCustomProperty Method

SetCustomProperty(CustomReportItem, string, ExpressionInfo)

Sets the custom property value.

Declaration
public static void SetCustomProperty(this CustomReportItem reportItem, string name, ExpressionInfo value)
Parameters
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.

SetCustomProperty(CustomReportItem, string, string)

Sets the custom property value as a string.

Declaration
public static void SetCustomProperty(this CustomReportItem reportItem, string name, string value)
Parameters
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.