ActiveReports Developer 7
Type Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CustomReportItem Class : Type Property

Glossary Item Box

Gets or sets a custom report item's type which is interpreted by the report server or designer tool.

Syntax

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

Property Value

A String indicating the custom report item's type.

See Also