ActiveReports Developer 7
Custom Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItem Class : Custom Property

Glossary Item Box

Gets or sets custom information to be passed to a report output component.

Syntax

Visual Basic (Declaration) 
Public Property Custom As Custom
C# 
public Custom Custom {get; set;}

Property Value

Custom object containing custom information to be passed to a report output component.

See Also