
Visual Basic (Declaration)
C#
Output options for this task include creating a report (OutputTypes.GetReport). You need not specify
the output options for this task because the GetReport output type is set by default.
The code snippet below creates MatchLevelSummaryReportParameters and then executes a
Match Level Summary Report task.
C# | ![]() |
---|---|
MatchLevelSummaryReportParameters parameters = new MatchLevelSummaryReportParameters(); // The PointLayer type could take either data as // ESRI.ArcGIS.Client.Tasks.FeatureSet, ESRI.ArcGIS.Client.BAServer.FolderItem, // or a list of ESRI.ArcGIS.Client.BACore.PointRecord items. // A list of PointRecord items is invalid for CustomerLayer. parameters.CustomerLayer = customers; // "customers" is the default value for CustomerDescription //parameters.CustomerDescription = "customers"; // Set report parameters. parameters.StandardReportOptions = new ReportOptions("PDF"); matchLevelSummaryReportTask.ExecuteAsync(parameters, new AsyncResponder(resultHandler, faultHandler)); |
System.Object
ESRI.ArcGIS.Client.BACore.Client.BATaskParameters
ESRI.ArcGIS.Client.BACore.Client.StandardReportParameters
ESRI.ArcGIS.Client.BAServer.Tasks.StandardReportParameters
ESRI.ArcGIS.Client.BAServer.Tasks.Reports.MatchLevelSummaryReportParameters
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family