Class: PDFReportDialogEvent

Mapspace.control. PDFReportDialogEvent


new PDFReportDialogEvent(type, title, filename, overviewIndex, copyright, responsible, description, attributes)

Parameters:
Name Type Argument Description
type string

Event type.

title string

The report title.

filename string

The report file name.

overviewIndex number

Index of viewer to be used as location overview. Use -1 to skip the addition of a location overview.

copyright string

The report copyright.

responsible string <nullable>

Optional responsible person.

description string <nullable>

Optional description.

attributes Array.<Object> <nullable>

Optional attributes to show. If no one then all attributes will be shown. Each object has name, alias and description.

Source:
mapspace/events.js

Extends

Members


<nullable> attributes :Array.<Object>

The attributes to show.

Source:
mapspace/events.js

The report copyright.

Source:
mapspace/events.js

<nullable> description :string

The optional description.

Source:
mapspace/events.js

filename :string

The report file name.

Source:
mapspace/events.js

overviewIndex :number

Index of viewer to be used as location overview.

Source:
mapspace/events.js

<nullable> responsible :string

The optional responsible person.

Source:
mapspace/events.js

title :string

The report title.

Source:
mapspace/events.js