PivotTable.AllocationWeightExpression Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.