Enum SerializeTo
Specifies the target for the serialize operation.
Namespace: FastReport.Utils
Assembly: FastReport.OpenSource.dll
Syntax
public enum SerializeTo
Fields
Name | Description |
---|---|
Clipboard | Serialize to the designer's clipboard. |
Preview | Serialize to the preview pages. |
Report | Serialize to the report file. |
SourcePages | Serialize to the source pages of a preview. |
Undo | Serialize to the designer's undo/redo buffer. |