ActiveReports 18 .NET Edition
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 GrapeCity.Enterprise.Data.Expressions.ExpressionInfo _
    ) As Boolean
    public static bool IsInheritedValue( 
       GrapeCity.Enterprise.Data.Expressions.ExpressionInfo value
    )

    Parameters

    value
    GrapeCity.ActiveReports.Expressions.ExpressionInfo value

    Return Value

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