ActiveReports 14 .NET Edition
GrapeCity.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.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo BackgroundHatchType {get; set;}
    See Also