Methods
Static applyCollapsing
- applyCollapsing(report: StiReport, parameters: any): void
-
Parameters
-
report: StiReport
-
parameters: any
Returns void
Static applyDashboardDrillDown
- applyDashboardDrillDown(report: StiReport, drillDownParameters: any, appliedValues: any, action: string): Promise<StiReport>
-
Parameters
-
report: StiReport
-
drillDownParameters: any
-
appliedValues: any
-
action: string
Returns Promise<StiReport>
Static applyDrillDown
- applyDrillDown(report: StiReport, renderedReport: StiReport, parameters: any, appliedValues: any, params: any, viewer: StiViewer): Promise<StiReport>
-
Parameters
-
report: StiReport
-
renderedReport: StiReport
-
parameters: any
-
appliedValues: any
-
params: any
-
Returns Promise<StiReport>
Static applySorting
- applySorting(report: StiReport, parameters: any): void
-
Parameters
-
report: StiReport
-
parameters: any
Returns void
Static brushToStr
-
Parameters
Returns string
Static calculatePositionForEachBand
-
Parameters
-
requestParams: any
-
-
-
bands: object
-
totalFixedHeight: object
-
Returns void
Static checkEvalEvents
- checkEvalEvents(report: StiReport, viewer: StiViewer, callback: function): void
-
Parameters
-
report: StiReport
-
-
callback: function
Returns void
Static getBookmarksContent
- getBookmarksContent(report: StiReport, viewerId: string, pageNumber: number): string
-
Parameters
-
report: StiReport
-
viewerId: string
-
pageNumber: number
Returns string
Static getDashboardPageAsync
-
Parameters
-
report: StiReport
-
pageIndex: number
-
requestParams: any
Static getDashboards
- getDashboards(report: StiReport, combineReportPages: boolean): KeyObjectType[]
-
Parameters
-
report: StiReport
-
combineReportPages: boolean
Static getElementAttributesAsync
-
Parameters
-
-
-
renderSingleElement: boolean
-
requestParams: any
-
elementOldHeights: any
-
-
Default value totalFixedHeight: number = 0
Static getHtmlColor
- getHtmlColor(color: Color): string
-
Parameters
Returns string
Static getPagesCount
- getPagesCount(report: StiReport, originalPageNumber?: number, combineReportPages: boolean): number
-
Parameters
-
report: StiReport
-
Default value originalPageNumber: number = 0
-
combineReportPages: boolean
Returns number
Static getReportCultureParams
- getReportCultureParams(report: StiReport): any
Static getReportDisplayModeFromReport
Static getReportPreviewSettings
Static getSingleElementContent
- getSingleElementContent(report: StiReport, requestParams: any): Promise<KeyObjectType>
-
Parameters
-
report: StiReport
-
requestParams: any
Static getTableOfContentsPointers
- getTableOfContentsPointers(report: StiReport, requestParams: StiRequestParams): any[]
Static isMixedReport
- isMixedReport(report: StiReport): boolean
-
Parameters
Returns boolean
Get the color in HEX format.