[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.IStaticable

IStaticable Interface

This interface is used to determine if all expressions within an implementing class are constant.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IStaticable

Properties

Name Description
IsStatic

Returns true if all expressions are constant.

Extension Methods