ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / Code Property

In This Topic
    Code Property
    In This Topic
    Gets or sets a string of code available to the report for use as a custom function.
    Syntax
    'Declaration
     
    Public Property Code As String
    public string Code {get; set;}
    Remarks
    The custom functions contained in the string must be instance methods written in Visual Basic.NET syntax. See the "Custom Code" topic in the User Guide for more information.
    See Also