Macro: String;
Macro: string;
The Macro property determines the name of a macro that is used to form the group of elements.
The following format is specified for macros name: <Module/form/assembly/.NET-assembly identifier>.<Class name>.<Function name> or :<Module/form/assembly/.NET assembly key>.<Class name>.<Function name>.
The static function with the following signature can be specified as a macros to form the group of elements:
Public Shared Function <function name>(<dictionary instance>: IDimInstance): IDimSelection;
Begin
End Function <function name>;
The function parameter returns instance of the dictionary for which it is required to create a group of elements.
The property use is given in the example for IDimMacroGroupPrimitive.SendGroupAsParam.
See also: