Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / Code Property

In This Topic
    Code Property (C1RdlReport)
    In This Topic
    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 String
    public string Code {get; set;}
    See Also