PivotTable.AllocationWeightExpression Property

Definition

Gets or sets the MDX weight expression to use when performing what-if analysis on a PivotTable report based on an OLAP data source.

public:
 property System::String ^ AllocationWeightExpression { System::String ^ get(); void set(System::String ^ value); };
public string AllocationWeightExpression { get; set; }
Public Property AllocationWeightExpression As String

Property Value

The MDX weight expression to use when performing what-if analysis on a PivotTable report based on an OLAP data source.

Remarks

Read/write.

The AllocationWeightExpression property corresponds to the Weight Expression setting in the What-If Analysis Settings dialog box. Before the AllocationWeightExpression property can be set, you must set the AllocationMethod property to xlWeightedAllocation.

Applies to