Contains the arguments passed to handlers of the RenderContents event of the Canvas class.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public class DrawCanvasEventArgs : DrawEventArgs |
Visual Basic
Copy Code
|
|---|
Public Class DrawCanvasEventArgs |
RemarksThe 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 HierarchySystem.Object![]()
System.EventArgs![]()
MindFusion.Reporting.DrawEventArgs
MindFusion.Reporting.DrawCanvasEventArgs
See Also