Compartir a través de


MapAppearanceRule.DistributionType Propiedad

Gets the rule distribution type.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property DistributionType As ReportEnumProperty(Of MapRuleDistributionType)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

MapAppearanceRule Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering