Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartImageResourceHandler Class / EnumerateFormatProviders Method
The session state, associated with the web control


In This Topic
    EnumerateFormatProviders Method (NChartImageResourceHandler)
    In This Topic
    Enumerates all image providers, supported by the web control.
    Syntax
    'Declaration
     
    
    Protected Overrides Function EnumerateFormatProviders( _
       ByVal stateTransport As NStateObject _
    ) As NFormatProviderContainer
    'Usage
     
    
    Dim instance As NChartImageResourceHandler
    Dim stateTransport As NStateObject
    Dim value As NFormatProviderContainer
     
    value = instance.EnumerateFormatProviders(stateTransport)
    protected override NFormatProviderContainer EnumerateFormatProviders( 
       NStateObject stateTransport
    )

    Parameters

    stateTransport
    The session state, associated with the web control

    Return Value

    A container, aggregating format providers.
    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