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.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] public string Code { get; set; } |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ Public Property Code As String Get Set |