Interface ISupportTableOptions
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Allows an ITable implementor to receive and set different options.
public interface ISupportTableOptions
Methods
GetOption(TableOption, ref object)
Gets an option from the ITable implementor
bool GetOption(TableOption option, ref object value)
Parameters
optionTableOptionOne of the TableOption enum values
valueobjectThe value for the option
Returns
- bool
true if handled, false otherwise
SetOption(TableOption, object)
Sets an option on the ITable implementor
bool SetOption(TableOption option, object value)
Parameters
optionTableOptionOne of the TableOption enum values
valueobjectThe value for the option
Returns
- bool
true if handled, false otherwise