Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesCollection Class / ExportToDataTable Method
specifies the name of the data table


In This Topic
    ExportToDataTable Method
    In This Topic
    Exports the collection to a data table.
    Syntax
    'Declaration
     
    
    Public Function ExportToDataTable( _
       ByVal tableName As System.String _
    ) As System.Data.DataTable
    'Usage
     
    
    Dim instance As NDataSeriesCollection
    Dim tableName As System.String
    Dim value As System.Data.DataTable
     
    value = instance.ExportToDataTable(tableName)
    public System.Data.DataTable ExportToDataTable( 
       System.string tableName
    )

    Parameters

    tableName
    specifies the name of the data table

    Return Value

    the created data table
    Remarks
    Each data series is exported as a separate column in the data table. The name of the column is the name of the respecitve data series.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also