[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.ProgramBase.IsStatic

IsStatic Property

IsStatic

Returns true if all expressions do not depend on the data scope. It can be constants or expressions that references Themes or Parameters only.

Declaration
public virtual bool IsStatic { get; }
Implements