[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.CustomReportItemExtension

CustomReportItemExtension Class

Provides extension methods for handling custom properties in CustomReportItem objects.

Inheritance
CustomReportItemExtension
Namespace: GrapeCity.ActiveReports.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public static class CustomReportItemExtension

Methods

Name Description
GetCustomPropertyAsBoolean(CustomReportItem, string, bool)

Gets the custom property value as a boolean.

GetCustomPropertyAsEnum<T>(CustomReportItem, string, T)

Gets the custom property value as an enum.

GetCustomPropertyAsExpression(CustomReportItem, string, ExpressionInfo)

Gets the custom property value as an expression.

GetCustomPropertyAsInteger(CustomReportItem, string, int)

Gets the custom property value as an integer.

GetCustomPropertyAsString(CustomReportItem, string)

Gets the custom property value as a string.

SetCustomProperty(CustomReportItem, string, ExpressionInfo)

Sets the custom property value.

SetCustomProperty(CustomReportItem, string, string)

Sets the custom property value as a string.