|
<< Click to display table of contents >> TRVReportTeeChart.ResultType [VCL] |
Specifies the format of output chart images.
type
TRVChartResultType =
(rvcrtRasterImage, rvcrtVectorImage);
property ResultType: TRVChartResultType;
Value |
Format of images |
rvcrtRasterImage |
•PNG image, if PNG images are supported. •Windows bitmap (TBitmap) for old versions of Delphi. |
rvcrtVectorImage |
Windows metafile (TMetafile) |
This property is not available in the FireMonkey version. The FireMonkey version always creates PNG images.
Default value
rvcrtRasterImage
See also