ChartSection object, (CubeQuery)QuerySection object, DataModelSection object, DashboardSection object, OLAPQuerySection object, PivotSection object, QuerySection object, ResultsSection object, Section object, TableSection object, ReportSection object
Forces a section to recalculate. This method is useful if you use variables in computed columns.
Expression.Recalculate()
An expression that returns an object for the Results and Table sections
This example forces Results sections to recalculate their values:
ActiveDocument.Sections["Results"].Recalculate()