combit List & Label 29 - .NET Hilfe
combit.Reporting.DataProviders Namespace / ISupportTableOptions Schnittstelle / GetOption Methode

Bestimmt, welche Option angefragt wird - siehe TableOption.

Der Wert für die abgefragte Option.



In diesem Thema
    GetOption Methode
    In diesem Thema

    Liefert Optionen für die Implementierung von ITable.

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

    Parameter

    option

    Bestimmt, welche Option angefragt wird - siehe TableOption.

    value

    Der Wert für die abgefragte Option.

    Rückgabetyp

    Wenn die abgefragte Option behandelt wurde, sollte true zurückgeliefert werden - anderenfalls false.

    Anforderungen

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

    Siehe auch