[]
Represents the result of a report preview operation, containing the preview stream and printer settings.
public class PreviewResult
| Name | Description |
|---|---|
| PreviewResult(Stream, byte[]) | Represents the result of a report preview operation, containing the preview stream and printer settings. |
| Name | Description |
|---|---|
| PrinterSettings | Gets the printer settings used for generating the report preview. |
| Stream | Gets the stream containing the generated report preview. |