ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportStyles Class / Bullet Property

In This Topic
    Bullet Property
    In This Topic
    Gets or sets styles for bullet report items.
    Syntax
    'Declaration
     
    Public Property Bullet As ReportItemStyle(Of BulletStyleContent)()
    public ReportItemStyle<BulletStyleContent>[] Bullet {get; set;}

    Property Value

    An array of ReportItemStyle<T> that contains styles for bullet report items.
    See Also