ProcessGeneratedCode Method (FpChartBuilder)
In This Topic
Access the generated Code Document Object Model (CodeDom) and insert and modify code during the process of parsing and building controls.
Syntax
Parameters
- codeCompileUnit
- The root container of a CodeDOM graph of the control that is being built.
- baseType
- The base type of the page or user control that contains the control that is being built.
- derivedType
- The derived type of the page or user control that contains the control that is being built.
- buildMethod
- The code that is used to build the control.
- dataBindingMethod
- The code that is used to build the data-binding method of the control.
See Also