PdfRpt.ColumnsItemsTemplates.ImageFilePathField.ImageFilePathField C# (CSharp) Method

ImageFilePathField() public method

Displaying current cell's data as an Image. It's assumed that this data point to the physical image's path on the disk.
public ImageFilePathField ( ) : System
return System
        public ImageFilePathField()
        {
            _fitImages = false;
            _defaultImageFilePath = string.Empty;
            _cacheImages = true;
        }

Same methods

ImageFilePathField::ImageFilePathField ( string defaultImageFilePath, bool fitImages, bool cacheImages = true ) : System