ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportStyles Class / Shape Property

In This Topic
    Shape Property (ReportStyles)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Shape As ReportItemStyle(Of ContainerStyleContent)()
    public ReportItemStyle<ContainerStyleContent>[] Shape {get; set;}
    See Also