Uses of Enum Class
org.netxms.client.reporting.ReportRenderFormat
Packages that use ReportRenderFormat
-
Uses of ReportRenderFormat in org.netxms.client
Methods in org.netxms.client with parameters of type ReportRenderFormatModifier and TypeMethodDescriptionNXCSession.renderReport(UUID reportId, UUID jobId, ReportRenderFormat format) Render report -
Uses of ReportRenderFormat in org.netxms.client.reporting
Fields in org.netxms.client.reporting declared as ReportRenderFormatMethods in org.netxms.client.reporting that return ReportRenderFormatModifier and TypeMethodDescriptionReportingJob.getRenderFormat()static final ReportRenderFormatGet by code.static ReportRenderFormatReturns the enum constant of this class with the specified name.static ReportRenderFormat[]ReportRenderFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.netxms.client.reporting with parameters of type ReportRenderFormatModifier and TypeMethodDescriptionvoidReportingJob.setRenderFormat(ReportRenderFormat renderFormat)