Class ReportImage
public sealed class ReportImage
- Inheritance
-
ReportImage
- Inherited Members
Constructors
ReportImage(ImageProperty?)
public ReportImage(ImageProperty? attribute)
Parameters
attributeImageProperty
Properties
Filename
public string Filename { get; }
Property Value
MIMEType
public string MIMEType { get; }
Property Value
Methods
RTF(int?, int?)
Returns the image data as an RTF \pict. At least one of width or height must be specified.
public string RTF(int? width, int? height)
Parameters
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.