Documents can be imported into the document by both the out tag and the import tag, so how do you know when to use one over the other? Here are the rules:
- If the document is in the database, use the out tag.
- If the filename/url of the document is in the database, use the import tag.
For example, if you have an entire wordml document in your database that you want to inject into the report, you can use the out tag to do it. If you instead have a filename like "C:\the_doc.xml", or a url like http://documents.company.com/theDoc, then use the import tag.
|
|
View Topic History
|