ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapAppearanceRule Class / DistributionType Property

In This Topic
    DistributionType Property
    In This Topic
    Gets or sets the distribution type. That evaluates to one of RuleDistributionType. The default value is RuleDistributionType.Optimal.
    Syntax
    'Declaration
     
    Public Property DistributionType As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo DistributionType {get; set;}
    See Also