ServerAggregates.UpdateServerAggregates Method
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.
Overloads
UpdateServerAggregates(Report) | |
UpdateServerAggregates(Report, Boolean) |
UpdateServerAggregates(Report)
public:
static void UpdateServerAggregates(Microsoft::ReportDesigner::Report ^ report);
public static void UpdateServerAggregates (Microsoft.ReportDesigner.Report report);
static member UpdateServerAggregates : Microsoft.ReportDesigner.Report -> unit
Public Shared Sub UpdateServerAggregates (report As Report)
Parameters
- report
- Report
Applies to
UpdateServerAggregates(Report, Boolean)
public:
static Microsoft::ReportingServices::RdlObjectModel::Report ^ UpdateServerAggregates(Microsoft::ReportDesigner::Report ^ report, [Runtime::InteropServices::Out] bool % dataSetsChanged);
public static Microsoft.ReportingServices.RdlObjectModel.Report UpdateServerAggregates (Microsoft.ReportDesigner.Report report, out bool dataSetsChanged);
static member UpdateServerAggregates : Microsoft.ReportDesigner.Report * bool -> Microsoft.ReportingServices.RdlObjectModel.Report
Public Shared Function UpdateServerAggregates (report As Report, ByRef dataSetsChanged As Boolean) As Report
Parameters
- report
- Report
- dataSetsChanged
- Boolean