ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CodeClass Class / ClassName Property

In This Topic
    ClassName Property (CodeClass)
    In This Topic

    Gets or sets the name used for the class.

    Syntax
    'Declaration
     
    Public Property ClassName As String
    public string ClassName {get; set;}

    Property Value

    A String indicating the name of the class.

    See Also