ActiveReports 13
CreateButton Method

GrapeCity.ActiveReports.Web Assembly > GrapeCity.ActiveReports.Web.Controls Namespace > Tool Class : CreateButton Method
Name of the custom button.
Creates custom buttons.
Syntax
'Declaration
 
Public Shared Function CreateButton( _
   ByVal name As String _
) As ToolButton
public static ToolButton CreateButton( 
   string name
)

Parameters

name
Name of the custom button.
See Also

Reference

Tool Class
Tool Members