ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / ClippingStack Class / PopClipRect Method

In This Topic
    PopClipRect Method
    In This Topic
    Takes the last cliprect put onto the stack and sets it as the current cliprect. If there are no cliprects on the stack then the current cliprect is cleared, and IsClipActive is set to false.
    Syntax
    'Declaration
     
    Public Sub PopClipRect() 
    public void PopClipRect()
    See Also