ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _FooterView Class / _FooterView Constructor

In This Topic
    _FooterView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ownerView As IDvView, _
       ByVal option As IFooterOption _
    )
    public _FooterView( 
       IDvView ownerView,
       IFooterOption option
    )

    Parameters

    ownerView
    option
    See Also