ActiveReports Developer 7
ToArray Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfoCollection Class : ToArray Method

Glossary Item Box

Copies the elements of the ExpressionInfoCollection to a new array.

Syntax

Visual Basic (Declaration) 
Public Function ToArray() As ExpressionInfo()
C# 
public ExpressionInfo[] ToArray()

See Also