ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / ProgramBase Class / IsStatic Property

In This Topic
    IsStatic Property (ProgramBase)
    In This Topic
    Returns true if all expressions are not depending from the data scope. It can be constants or expressions that references Themes or Parameters only.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property IsStatic As Boolean
    public virtual bool IsStatic {get;}
    See Also