MindFusion WinForms Programmer's Guide
DrawCanvasEventArgs.RangeIndex Property
See Also
 





Gets the index of the data range instance, which contains the target Canvas (if any).

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public int RangeIndex { get; }

Visual Basic  Copy Code

Public ReadOnly Property RangeIndex As Integer

 Property Value

An integer specifying the index in the final report layout of the DataRange instance, which contains the target Canvas. If the canvas is not contained in a DataRange, the value of this property is undefined.

 See Also

DrawCanvasEventArgs Members
DrawCanvasEventArgs Class
MindFusion.Reporting Namespace