FRAMES | NO FRAMES
MatchLevelSummaryReportParameters Type

Parameters of MatchLevelSummaryReport task.

Availability: Business Analyst Server 10.0 SP1.

class MatchLevelSummaryReportParameters : StandardReportParameters

Property Description
CustomerLayer (required) The customer layer to calculate match level summary. Type PointLayer.
CustomerDescription (optional) Description or alias for the term customer. For example, this could be patients, subscribers, customers, and so on. Type String.
Default: "customers".
StandardReportOptions Report parameters. The TemplateName parameter is ignored. Type ReportOptions. Inherited from StandardReportParameters.
ActiveDatasetID ID of the active dataset. Type String. Inherited from AnalysisParameters.
IsFullErrorMessage Mode for composing error messages. Type Boolean. Inherited from AnalysisParameters.
OutputSpatialReference An option specifying the spatial reference to return the output feature layer. Type SpatialReference. If this parameter is missing, the output record set will be returned in the default spatial reference. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
ReturnGeometry An option specifying the presence of the shape attribute in the returned record set. Type Boolean. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
Default: true.

Remarks

The CustomerLayer parameter should specify a point layer generated by geocoding your customer records. It should be specified with a RecordSet or FolderItem property and should contain the "Loc_name" attribute field whose value contains the match level of customer addresses geocoding.

See Also