ActiveReports Developer 7
ClassName Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CodeClass Class : ClassName Property

Glossary Item Box

Gets or sets the name used for the class.

Syntax

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

Property Value

A String indicating the name of the class.

See Also