Version

Measure Constructor

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

Parameters

name
The name of the measure.
uniqueName
The unique name of the measure.
caption
The caption.
description
The description.
defaultFormat
The default format string for the measure.
groupName
The name of the group this measure belongs to.
aggregatorType
The Infragistics.Olap.AggregatorType that identifies how a measure was derived.
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