ActiveReports 12
Add Method (StyleSheet)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class : Add Method
The object to be added to the end of the List. The value can be null for reference types.
Adds an object to the end of the List.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As Style _
) 
public void Add( 
   Style item
)

Parameters

item
The object to be added to the end of the List. The value can be null for reference types.
See Also

Reference

StyleSheet Class
StyleSheet Members