MindFusion WinForms Programmer's Guide
DrawCanvasEventArgs Class
Remarks See Also
 





Contains the arguments passed to handlers of the RenderContents event of the Canvas class.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public class DrawCanvasEventArgs : DrawEventArgs

Visual Basic  Copy Code

Public Class DrawCanvasEventArgs
    Inherits DrawEventArgs

 Remarks

The DrawCanvasEventArgs class exposes several properties, which provide contextual information when rendering Canvas objects, in addition to the Graphics property derived from the DrawEventArgs class. The DataValue property supplies the database value associated with the drawn Canvas, if the canvas is data-bound. PageIndex and PageCount specify the current index and total number of pages in the report. RangeIndex and RangeCount specify the current index and total number of data range instances, if the Canvas is contained in a DataRange.

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Reporting.DrawEventArgs
            MindFusion.Reporting.DrawCanvasEventArgs

 See Also

DrawCanvasEventArgs Members
MindFusion.Reporting Namespace