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

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