ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputBase Class / IsControlNeededParentForWmPrint Method

In This Topic
    IsControlNeededParentForWmPrint Method
    In This Topic
    Called to test whether the underlying control requires a parent to correctly process the WM_PRINT message.
    Syntax
    'Declaration
     
    Public Overridable Function IsControlNeededParentForWmPrint() As System.Boolean
    public virtual System.bool IsControlNeededParentForWmPrint()

    Return Value

    True (override this method to change that).
    See Also