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 (25.4.0.1000)
Syntax
public bool IsCompatibleWith(
	TotalsSettings other
)

Parameters

other
Type: Dundas.BI.Data.DataRetrievalTotalsSettings
Another instance of TotalsSettings

Return Value

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