ActiveReports 8
Code Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : Code Property

Glossary Item Box

Gets or sets a string of code available to the report for use as a custom function.

Syntax

Visual Basic (Declaration) 
Public Property Code As System.String
C# 
public System.string Code {get; set;}

Property Value

A System.String containing the custom function.

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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also