ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Data Namespace / DataRow Class / DataRow Constructor
The row data.

In This Topic
    DataRow Constructor
    In This Topic
    Creates new instance of DataRow.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal values() As Object _
    )
    public DataRow( 
       object[] values
    )

    Parameters

    values
    The row data.
    See Also