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





Gets the total number of instances of the data range, which contains the target Canvas (if any).

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public int RangeCount { get; }

Visual Basic  Copy Code

Public ReadOnly Property RangeCount As Integer

 Property Value

An integer specifying the total number of instances in the final report layout of the DataRange, 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