combit List & Label 29 - .NET Help
combit.Reporting.DataProviders Namespace / ISupportTableOptions Interface / GetOption Method

Defines which option is requested - see TableOption.

The value of the requested option.



In This Topic
    GetOption Method
    In This Topic

    Gets an option from the implementation of ITable.

    Syntax
    'Declaration
     
    
    Function GetOption( _
       ByVal option As TableOption, _
       ByRef value As Object _
    ) As Boolean
    bool GetOption( 
       TableOption option,
       ref object value
    )

    Parameters

    option

    Defines which option is requested - see TableOption.

    value

    The value of the requested option.

    Return Value

    Return true if the requested option was handled, otherwise return false.

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also