ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ReportPaneModel Class / ScrollPositionSetter Property

In This Topic
    ScrollPositionSetter Property
    In This Topic
    Sets the scroll position setter.
    Syntax
    'Declaration
     
    Public Property ScrollPositionSetter As Action(Of Point)
    public Action<Point> ScrollPositionSetter {get; set;}
    See Also