ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1ReportViewerToolbar Class / CreateToolbarCombo Method
The className.
The option values.
Optional. The option texts.

In This Topic
    CreateToolbarCombo Method
    In This Topic
    Creates the toolbar combo.
    Syntax
    'Declaration
     
    Public Shared Function CreateToolbarCombo( _
       ByVal className As System.String, _
       ByVal optionValues() As System.String, _
       ByVal optionTexts() As System.String, _
       ByVal defaultValue As System.String _
    ) As System.Web.UI.Control
    public static System.Web.UI.Control CreateToolbarCombo( 
       System.string className,
       System.string[] optionValues,
       System.string[] optionTexts,
       System.string defaultValue
    )

    Parameters

    className
    The className.
    optionValues
    The option values.
    optionTexts
    Optional. The option texts.
    defaultValue
    See Also