ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomReportItem Class / Type Property

In This Topic
    Type Property (CustomReportItem)
    In This Topic

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

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

    Property Value

    A String indicating the custom report item's type.

    See Also