ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / TargetProperty Enumeration

In This Topic
    TargetProperty Enumeration
    In This Topic
    Specifies target property for rule
    Syntax
    'Declaration
     
    Public Enum TargetProperty 
       Inherits System.Enum
    public enum TargetProperty : System.Enum 
    Members
    MemberDescription
    BackgroundColor 
    LabelTemplate 
    LineColor 
    LineStyle 
    LineWidth 
    SymbolBackgroundColor 
    SymbolLineColor 
    SymbolLineStyle 
    SymbolLineWidth 
    TooltipTemplate 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.DV.TargetProperty

    See Also