Class ReportViewerModelDelegate.ReportExecutionRequest

  • Enclosing class:
    ReportViewerModelDelegate

    public static class ReportViewerModelDelegate.ReportExecutionRequest
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​java.lang.Object> parameters  
      java.lang.String reportPath  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportExecutionRequest​(java.lang.String reportPath, java.util.Map<java.lang.String,​java.lang.Object> parameters)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • reportPath

        public final java.lang.String reportPath
      • parameters

        public final java.util.Map<java.lang.String,​java.lang.Object> parameters
    • Constructor Detail

      • ReportExecutionRequest

        public ReportExecutionRequest​(java.lang.String reportPath,
                                      java.util.Map<java.lang.String,​java.lang.Object> parameters)