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 calculated value of the DistributionType property in a MapAppearanceRule class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DistributionType As MapRuleDistributionType
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapRuleDistributionType
A MapRuleDistributionType value that represents the calculated value of the DistributionType property.
See Also
Reference
MapAppearanceRuleInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace