Esri Business Analyst Server API for Silverlight 2.2 Reference
GetReportTemplatesTask Class
Members  Example  See Also  Send Feedback
ESRI.ArcGIS.Client.BAServer.Tasks.Utilities Namespace : GetReportTemplatesTask Class

Glossary Item Box

The Get Report Templates task gets the list of all available report templates for summary reports.

Object Model

GetReportTemplatesTask ClassAbstractClient ClassITokenProvider Interface

Syntax

Remarks

Business Analyst comes with a number of standard demographic report templates which can be used by tasks producing summary reports to see what your customers look like demographically.

The result of this task is a list of ESRI.ArcGIS.Client.BACore.ReportTemplateInfo items. The Formats property of these items is an empty array. Use the Get Available Report Formats lookup operation to query all available report formats.

Example

The code snippet below executes a Get Report Templates task.
C#Copy Code
getReportTemplatesTask.ExecuteAsync(new AsyncResponder(resultHandler, faultHandler));

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.BACore.Client.AbstractTask
      ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>
         ESRI.ArcGIS.Client.BAServer.Tasks.BAServerTask<TResult>
            ESRI.ArcGIS.Client.BAServer.Tasks.Utilities.GetReportTemplatesTask

Requirements

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

See Also

© 2010-2012 Esri, Inc. All Rights Reserved.