TotalsSettingsIsCompatibleWith Method

Gets a value indictating whether another TotalsSettings is compatible with the current instance.

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public bool IsCompatibleWith(
	TotalsSettings other
)

Parameters

other  TotalsSettings
Another instance of TotalsSettings

Return Value

Boolean
true if the specified TotalsSettings is compatible with the current instance; otherwise, false.
See Also