Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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