ActiveReports 12
ToArray Method (StyleSheet)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class : ToArray Method
Copies the elements of the List to a new array.
Syntax
'Declaration
 
Public Function ToArray() As Style()
public Style[] ToArray()

Return Value

An array containing copies of the elements of the List.
See Also

Reference

StyleSheet Class
StyleSheet Members