ActiveReports 19 .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 on the stack and makes it 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()
    Remarks
    The returned value will no longer be present on the stack
    See Also