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.

...

Expand
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 HTML 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 HTML 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. Value will be “text/html”.

getContentType()

CanDrill

Boolean

If the report is able to drill or not.

getCanDrill()

GoogleMaps

GMap

Array of GMap objects.

getGoogleMaps()

ReportNameStringName of the specified report. 
ReportDescriptionStringDescription of the specified report. 
ReportIdIntegerUnique ID of the specified report. 
ReportUUIDStringThe UUID of the specified report. 
HitCountIntegerNumber of times the report was accessed. 
FormatCodeStringFormat code of the report. 
AverageRunTimeIntegerAverage run time of the report. 
CategoryStringCategory where report is present. 
SubCategoryStringSub category of the report. 
ReportUsageIntegerThe number of times the report has been used or accessed. 
ViewNameStringName of the view. 
DatasourceStringName of the data source. 
AuthorStringUser who created the report. 
AuthoringModeStringMode in which the report was created. 
ReportTemplateStringTemplate of the report. 
DataOutputStringData output. E.g. column. 
DashboardEnabledBooleanTrue if the dashboard is enabled. 
LastModifiedDateDateDate the report was last modified. 

...