次の方法で共有


MapAppearanceRule.DistributionType プロパティ

ルールの分布タイプを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property DistributionType As ReportEnumProperty(Of MapRuleDistributionType)
    Get
'使用
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>

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapRuleDistributionType>
ルールの分布タイプを指定する ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

MapAppearanceRule クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間