IWbsFieldBreakdownDiscreteValue Interface

Represents info about a single discrete breakdown value from IWbsFieldMasterBreakdownInfo.BreakdownByField used to filter and distribute the values from the IWbsFieldMasterBreakdownInfo.BreakdownMainField.
Public Interface IWbsFieldBreakdownDiscreteValue
This language is not supported or no code example is available.
public interface IWbsFieldBreakdownDiscreteValue
This language is not supported or no code example is available.
Name Description
Public property MasterBreakdownField Gets the master breakdown field to which this discrete value belongs.
Public property Value Gets a single discrete value from IWbsFieldMasterBreakdownInfo.BreakdownByField used to filter and distribute the values from the IWbsFieldMasterBreakdownInfo.BreakdownMainField.
Top
Methods
 
Name Description
Public method Equals(object) Determines whether the specified breakdown discrete value is the same as the current discrete value.
Top
Remarks
 
Each such discrete value can be displayed in a separate column, if the IWbsFieldMasterBreakdownInfo.ShowMultipleFields property is set to true. In this case, each column has its own subheader, numeric ID and mnemonic (used in formulas), formatting, etc. This info is defined in the associated field.
Version
 
Available since QDV 7.18.655.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition