ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / Thumbnail Class / ContentType Property

In This Topic
ContentType Property (Thumbnail)
In This Topic
Gets or sets the content type of the thumbnail.
Syntax
'Declaration
 
Public Property ContentType As String
 

Property Value

A System.String representing the content type of the thumbnail.
Remarks
Supported formats:
  • .bmp - image/bmp
  • .jpg - image/jpeg
  • .jpeg - image/jpeg
  • .png - image/png
  • .gif - image/gif
  • .tiff - image/tiff
  • .emf - image/x-emf
  • .wmf - image/x-wmf
  • .svg - image/svg+xml
See Also