ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / PluginCollection Class / _pluginModelsFromType Method

In This Topic
    _pluginModelsFromType Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function _pluginModelsFromType( _
       ByVal type As String _
    ) As List(Of IPluginModel)
    public List<IPluginModel> _pluginModelsFromType( 
       string type
    )

    Parameters

    type
    See Also