Version

GetMergedCellValue Method

Gets the value to display in the merged cell.
Syntax
'Declaration
 
Function GetMergedCellValue( _
   ByVal record As DataRecord, _
   ByVal field As Field _
) As Object
object GetMergedCellValue( 
   DataRecord record,
   Field field
)

Parameters

record
The record
field
The asscoiated field

Return Value

The value to use in the merged cell
Remarks

Note: this method will only be called once on each measure pass for each merged cell and, naturally, only if ShouldCellsBeMerged returns true to trigger the creation of a merged cell.

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