...
| Description |
|---|
| Excerpt | ||||
|---|---|---|---|---|
Sends the generated Word binary file to the specified
|
...
|
...
a |
...
class |
...
derived |
...
from |
...
|
...
(for |
...
example, |
...
|
...
|
...
|
...
| Signature | ||||
|---|---|---|---|---|
| ||||
public void Save(System.IO.Stream outputStream)
{signature}{signature: |
| Signature | ||||||
|---|---|---|---|---|---|---|
| }
| |||||
Public Sub Save(ByVal outputStream As System.IO.Stream)
{signature}
{parameters}
{param:oStreamObj}A {{ |
| Parameters |
|---|
| Param | ||||
|---|---|---|---|---|
| ||||
A object \(for example, {{
) or, a class derived from {{
(for example, {{
) |
| Exceptions |
|---|
| Exception | ||||
|---|---|---|---|---|
| ||||
) is passed to the method. {exception} {remarks}If you pass [Save|WordTemplate.Save] a {{ |
| Remarks |
|---|
If you pass Save a , WordWriter will save the generated file on the server. If you pass {{
, WordWriter will stream the the generated file to the client. You can call {{
more than once for a single instance of []. This allows you to save more than one copy of a generated file, and/or both save the file on the server and stream it to the client. {remarks} {example}{code:csharp|title=C#} |
| Example | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|