Udostępnij przez


Właściwość MapAppearanceRule.DistributionType

Pobiera typ reguły dystrybucji.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property DistributionType As ReportEnumProperty(Of MapRuleDistributionType)
    Get
'Użycie
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>