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

Defines which option is requested - see TableOption.

The value of the requested option.



GetOption Method

Gets an option from the implementation of ITable.

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

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 8, .NET 9

See Also