ActiveReports Developer 7
IsDrawStringWithDelayedContentSupported Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : IsDrawStringWithDelayedContentSupported Property

Glossary Item Box

Returns whether the IDrawingCanvas supports drawing delayed content.

Syntax

Visual Basic (Declaration) 
ReadOnly Property IsDrawStringWithDelayedContentSupported As System.Boolean
C# 
System.bool IsDrawStringWithDelayedContentSupported {get;}

See Also