Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

  AnchorReportServiceResponseReportServiceResponse

...

titleReportServiceResponse

Some of the parameters of ReportServiceResponse object consists of:

...

Response Element

...

Data Type

...

Description

...

Retrieval Code

...

Chart

...

ReportChart[]

...

Array of ReportChart objects that contains multiple chart bitmaps when attached to a report response.

...

getCharts()

...

ReportBinaryObject

...

ReportBinaryObject[]

...

Array of ReportBinaryObject objects that contain BLOBs and CLOBs.

...

getBinaryObjects()

...

ReportStyles

...

String

...

CSS styles.

...

getReportStyles()

...

Breadcrumbs

...

Breadcrumb[]

...

Array of Breadcrumb objects.

...

getBreadcrumbs()

...

SeriesSelection

...

SeriesSelection[]

...

Array of SeriesSelection objects.

...

getSeriesSelections()

...

TimeAggregationSelection

...

TimeAggregationSelection[]

...

Array of TimeAggregationSelection objects.

...

getTimeAggregationSelection()

...

ReportTabSelection

...

ReportTabSelection[]

...

Array of ReportTabSelection objects.

...

getReportTabSelection()

...

ReportPageSelection

...

ReportPageSelection[]

...

Array of ReportPageSelection objects.

...

getReportPageSelection()

...

TimeSliderSelection

...

TimeSliderSelection[]

...

Array of TimeSliderSelection objects.

...

getTimeSliderSelection()

...

SortableColumns

...

SortableTableColumn[]

...

Array of SortableTableColumn objects.

...

getSortableColumns()

...

SelectedSortColumn

...

Integer

...

Column used for sorting. The index here applies to the column index within the report.

...

getSelectedSortColumn()

...

SelectedSortOrder

...

Integer

...

The sort order of the column used for sorting (0 for ascending and 1 for descending).

...

getSelectedSortOrder()

...

DrillCode

...

String

...

Drill type if available on the report.

...

getDrillCode()

...

RelatedReports

...

RelatedReport[]

...

Array of RelatedReport objects. These are reports that are tabbed/codisplayed to the main report.

...

getRelatedReports()

...

BinaryData

...

String

...

Base64 encoded binary chunk of the report data/document.

...

getBinaryData()

...

Private

...

 

...

Determines if the report is a private or a public one.

...

getPrivate()

...

ContentType

...

String

...

MIME ContentType of the returned object.

...

getContentType()

...

CanDrill

...

Boolean

...

If the report is able to drill or not.

...

getCanDrill()

...

GoogleMaps

...

GMap

...

Array of GMap objects.

...

getGoogleMaps()

...

 

 

Anchor
ReportComment
ReportComment

...