ActiveReports 12
IsInheritedValue Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleExpressionExtensions Class : IsInheritedValue Method
GrapeCity.ActiveReports.Expressions.ExpressionInfo value
Checks that the value is inherited value
Syntax
'Declaration
 
Public Shared Function IsInheritedValue( _
   ByVal value As ExpressionInfo _
) As Boolean
public static bool IsInheritedValue( 
   ExpressionInfo value
)

Parameters

value
GrapeCity.ActiveReports.Expressions.ExpressionInfo value

Return Value

True if value is inherited value, otherwise: False
See Also

Reference

StyleExpressionExtensions Class
StyleExpressionExtensions Members