Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the rule distribution type.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DistributionType As ReportExpression(Of MapRuleDistributionTypes)
Get
Set
'Usage
Dim instance As MapAppearanceRule
Dim value As ReportExpression(Of MapRuleDistributionTypes)
value = instance.DistributionType
instance.DistributionType = value
public ReportExpression<MapRuleDistributionTypes> DistributionType { get; set; }
public:
property ReportExpression<MapRuleDistributionTypes> DistributionType {
ReportExpression<MapRuleDistributionTypes> get ();
void set (ReportExpression<MapRuleDistributionTypes> value);
}
member DistributionType : ReportExpression<MapRuleDistributionTypes> with get, set
function get DistributionType () : ReportExpression<MapRuleDistributionTypes>
function set DistributionType (value : ReportExpression<MapRuleDistributionTypes>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapRuleDistributionTypes>
A ReportExpression<T> object.