晚期绑定 meaning in Chinese
late binding
late-binding
Examples
- Both embedded and non - embedded reports are accessed through the reportdocument object model : the embedded report is accessed through its early - binding report wrapper class that inherits from reportdocument , and the non - embedded report is accessed by its late - binding reportdocument class , which loads the report into the reportdocument instance at runtime
嵌入式报表和非嵌入式报表均通过reportdocument对象模型访问:嵌入式报表通过其早期绑定报表包装类(继承自reportdocument )访问;而非嵌入式报表通过其晚期绑定reportdocument类访问(该类在运行时将报表加载到reportdocument实例中) 。