ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IRenderEngineApi Interface / setRenderViewportSize Method

In This Topic
    setRenderViewportSize Method
    In This Topic
    Syntax
    'Declaration
     
    Sub setRenderViewportSize( _
       ByVal width As Double, _
       ByVal height As Double _
    ) 
    void setRenderViewportSize( 
       double width,
       double height
    )

    Parameters

    width
    height
    See Also