ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IReportItemRenderInfo Interface / HasRenderTimeExpressions Property

In This Topic
    HasRenderTimeExpressions Property
    In This Topic
    Gets a value indicating whether the report item definition contains expressions which refer to render-time context (themes, page level expressions, etc.).
    Syntax
    'Declaration
     
    ReadOnly Property HasRenderTimeExpressions As Boolean
    bool HasRenderTimeExpressions {get;}

    Property Value

    A System.Boolean value. true if the report item definition contains expressions which refer to render-time context; otherwise, false.
    See Also