MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / StyleExpressionExtensions Class / IsInheritedValue Method
GrapeCity.ActiveReports.Expressions.ExpressionInfo value

In This Topic
IsInheritedValue Method
In This Topic
Checks that the value is inherited value
Syntax
'Declaration
 
Public Shared Function IsInheritedValue( _
   ByVal value As ExpressionInfo _
) As Boolean
 

Parameters

value
GrapeCity.ActiveReports.Expressions.ExpressionInfo value

Return Value

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