Propriedade do RDL MapAppearanceRuleInstance.DistributionType
Gets the calculated value of the DistributionType property in a MapAppearanceRule class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property DistributionType As MapRuleDistributionType
Get
'Uso
Dim instance As MapAppearanceRuleInstance
Dim value As MapRuleDistributionType
value = instance.DistributionType
public MapRuleDistributionType DistributionType { get; }
public:
property MapRuleDistributionType DistributionType {
MapRuleDistributionType get ();
}
member DistributionType : MapRuleDistributionType
function get DistributionType () : MapRuleDistributionType
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapRuleDistributionType
A MapRuleDistributionType value that represents the calculated value of the DistributionType property.
Consulte também
Referência
MapAppearanceRuleInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering