List & Label .NET
combit.Reporting Namespace / DrawDesignerObjectEventArgs Class

In This Topic
    DrawDesignerObjectEventArgs Class Properties
    In This Topic

    For a list of all members of this type, see DrawDesignerObjectEventArgs members.

    Public Properties
     NameDescription
    Public Property

    Rectangle of the object.

     
    Public Property

    Graphics object of the designer object. You can draw in the work space using the usual GDI + methods.

     
    Public PropertyReturns 'true' if the view in the Designer is 'Layout' or 'Layout Preview'. You can control if only the first page of the Designer object has to be drawn in design mode. If 'false' is returned, it means that you are in print mode and drawing has to be made for the complete Designer object.  
    Public PropertyWith this property List & Label is notified that no further data for the Designer object is available for printing and that List & Label is not asking for them anymore by DrawDesignerObject or GetFieldHeightInformation.  
    Top
    See Also