Version

GetDesignerReferences Method

Returns a tree structure of references that the formula builder uses to display a list of references in a tree that the user can use to build a formula. In the case of the UltraGrid, this method returns a hierarchical structure of bands and columns.
Syntax
'Declaration
 
Function GetDesignerReferences( _
   ByVal formulaProvider As IFormulaProvider _
) As ReferenceNode
ReferenceNode GetDesignerReferences( 
   IFormulaProvider formulaProvider
)

Parameters

formulaProvider
Optional formula provider instance that's being designed. This parameter can be null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, 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