Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace