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

In This Topic
    _BuildInStringFormatBuilderCollection Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal objects As List(Of IStringFormatBuilder), _
       ByVal type As String _
    )
    public _BuildInStringFormatBuilderCollection( 
       List<IStringFormatBuilder> objects,
       string type
    )

    Parameters

    objects
    type
    See Also