MapAppearanceRule.DistributionType Property

Gets the rule distribution type.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property DistributionType As ReportEnumProperty(Of MapRuleDistributionType)
    Get
'Usage
Dim instance As MapAppearanceRule 
Dim value As ReportEnumProperty(Of MapRuleDistributionType)

value = instance.DistributionType
public ReportEnumProperty<MapRuleDistributionType> DistributionType { get; }
public:
property ReportEnumProperty<MapRuleDistributionType>^ DistributionType {
    ReportEnumProperty<MapRuleDistributionType>^ get ();
}
member DistributionType : ReportEnumProperty<MapRuleDistributionType>
function get DistributionType () : ReportEnumProperty<MapRuleDistributionType>

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapRuleDistributionType>
A ReportEnumProperty<EnumType> object that specifies the rule distribution type.

See Also

Reference

MapAppearanceRule Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace