ReportService.getReportById Method
Gets the desired report by ID.
Parameters
- id
-
Type: String
The ID of the report to retrieve.
- localize
-
Type: Boolean
(optional) If the view should be localized this flag should be set to true.
Return Value
Type: jQuery.Promise
Value: dundas.entities.Report
A promise object that is resolved when the call is complete.
If successful, the updated dundas.entities.Report is returned.