Version

FlatMeasure Constructor

Initializes a new instance of the FlatMeasure class.
Syntax
'Declaration
 
Public Function New( _
   ByVal propertyInfo As PropertyInfo, _
   ByVal name As String, _
   ByVal uniqueName As String, _
   ByVal caption As String, _
   ByVal description As String, _
   ByVal groupName As String, _
   ByVal aggregatorType As Infragistics.Olap.AggregatorType, _
   ByVal aggregator As Infragistics.Olap.IAggregator _
)
public FlatMeasure( 
   PropertyInfo propertyInfo,
   string name,
   string uniqueName,
   string caption,
   string description,
   string groupName,
   Infragistics.Olap.AggregatorType aggregatorType,
   Infragistics.Olap.IAggregator aggregator
)

Parameters

propertyInfo
The property info of the property that describes this instance.
name
The name of the measure.
uniqueName
The unique name of the measure.
caption
The caption.
description
The description.
groupName
The name of the group this measure belongs to.
aggregatorType
The Infragistics.Olap.AggregatorType that identifies how a measure was derived.
aggregator
The aggregator used to perform the calculations for this instance.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also