ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / BackgroundHatchType Property

In This Topic
    BackgroundHatchType Property
    In This Topic
    Enum of BackgroundHatchTypes The Style.BackgroundHatchType element specifies the hatching pattern of a report item. This element is optional.
    Syntax
    'Declaration
     
    Public Property BackgroundHatchType As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo BackgroundHatchType {get; set;}
    See Also