RequiresRenderingServices Property (ProgramBase)
In This Topic
Returns true if any expression contains renderTime-dependent values (themes, page numbers and etc..)
Syntax
'Declaration
Public Overridable ReadOnly Property RequiresRenderingServices As Boolean
public virtual bool RequiresRenderingServices {get;}
See Also