ServerAggregates.UpdateServerAggregates Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| 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)
Parámetros
- report
- Report
Se aplica a
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
Parámetros
- report
- Report
- dataSetsChanged
- Boolean