ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / GraphicalUtils Class / GetNumberOfRows Method

In This Topic
    GetNumberOfRows Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetNumberOfRows( _
       ByVal repeatOption As BackgroundRepeatOption, _
       ByVal areaHeight As Single, _
       ByVal imageHeight As Single _
    ) As Integer
    public static int GetNumberOfRows( 
       BackgroundRepeatOption repeatOption,
       float areaHeight,
       float imageHeight
    )

    Parameters

    repeatOption
    areaHeight
    imageHeight
    See Also