C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1ReportViewerToolbar Class / CreateToolbarButton Method
Name of the css class that will be added to the button.
The title text.

In This Topic
CreateToolbarButton Method
In This Topic
Creates the toolbar button. Note, css class is used to identify toolbar button. There are number of reserved css classes: "print", "firstpage", "nextpage", "lastpage", "zoomout", "zoomin", "continuousview"
Syntax
'Declaration
 
Public Shared Function CreateToolbarButton( _
   ByVal className As System.String, _
   ByVal text As System.String _
) As System.Web.UI.HtmlControls.HtmlGenericControl
 

Parameters

className
Name of the css class that will be added to the button.
text
The title text.
See Also