ActiveReports.Viewer3 Request technical support
SelectionLength Property
See Also 


Syntax

Visual Basic (Declaration) 
Public Overridable Property SelectionLength As Integer
Visual Basic (Usage)Copy Code
Dim instance As PageNumber
Dim value As Integer
 
instance.SelectionLength = value
 
value = instance.SelectionLength
C# 
public virtual int SelectionLength {get; set;}

See Also