ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ChartControl Class / RenderCrossPlatform Method

In This Topic
    RenderCrossPlatform Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub RenderCrossPlatform( _
       ByVal page As DrawCanvas, _
       ByVal boundsRect As Rectangle, _
       ByVal pageOffset As PointF _
    ) 
    public void RenderCrossPlatform( 
       DrawCanvas page,
       Rectangle boundsRect,
       PointF pageOffset
    )

    Parameters

    page
    boundsRect
    pageOffset
    See Also