Package | Description |
---|---|
org.netxms.api.client.reporting |
Modifier and Type | Method and Description |
---|---|
ReportRenderFormat |
ReportingJob.getRenderFormat() |
static ReportRenderFormat |
ReportRenderFormat.valueOf(Integer code)
Get by code
|
static ReportRenderFormat |
ReportRenderFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportRenderFormat[] |
ReportRenderFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
File |
ReportingServerManager.renderReport(UUID reportId,
UUID jobId,
ReportRenderFormat format) |
void |
ReportingJob.setRenderFormat(ReportRenderFormat renderFormat) |
Copyright © 2014. All rights reserved.