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

In This Topic
    MapRuleDistributionType Enumeration
    In This Topic
    Indicates the distribution type.
    Syntax
    'Declaration
     
    Public Enum MapRuleDistributionType 
       Inherits System.Enum
    public enum MapRuleDistributionType : System.Enum 
    Members
    MemberDescription
    CustomCustom Distribution
    EqualDistributionEqual Distribution
    EqualIntervalEqual Interval
    OptimalOptimal Distribution
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.MapRuleDistributionType

    See Also