Właściwość ImageInstance.MIMEType
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Property MIMEType As String
Get
Set
'Użycie
Dim instance As ImageInstance
Dim value As String
value = instance.MIMEType
instance.MIMEType = value
public string MIMEType { get; set; }
public:
virtual property String^ MIMEType {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract MIMEType : string with get, set
override MIMEType : string with get, set
final function get MIMEType () : String
final function set MIMEType (value : String)
Wartość właściwości
Typ: System.String
A ciąg wartości reprezentującej obliczonej wartości MIMEType właściwość.
Implementacje
Zobacz także