Gets or sets the string containing definitions for custom functions to be used in expressions in the report. Custom functions must be instance methods. If a function OnInit() is defined within code, it is called during parameter, report and page header/footer initialization. The function must be defined as Protected and Overrides.
Syntax
'Declaration
Public Property Code As System.String
public System.string Code {get; set;}
See Also