ActiveReports Developer 7
CreateButton Method
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.Controls Namespace > Tool Class : CreateButton Method

name
Name of the custom button.

Glossary Item Box

Creates custom buttons.

Syntax

Visual Basic (Declaration) 
Public Shared Function CreateButton( _
   ByVal name As System.String _
) As ToolButton
C# 
public static ToolButton CreateButton( 
   System.string name
)

Parameters

name
Name of the custom button.

See Also