SeSReportImage¶
Used to show a bitmap picture in the report.
Action Summary¶
Action | Description |
---|---|
SeSReportImage | Used to show a bitmap picture in the report. |
Action Detail¶
SeSReportImage¶
Used to show a bitmap picture in the report.
Tester.Message("Graph", new SeSReportFile("d:\\temp\\graph.png", "External Image"))
Parameters:
Name | Type | Description |
---|---|---|
imgWrapperOrPath | ImageWrapper | string | Instance of image wrapper with captured image or path to the image. |
caption | string | Image label. Optional, Default: "Image". |