Propriété MIMEType
The MIMEType of the image.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MIMEType As ReportStringProperty
Get
'Utilisation
Dim instance As BaseGaugeImage
Dim value As ReportStringProperty
value = instance.MIMEType
public ReportStringProperty MIMEType { get; }
public:
property ReportStringProperty^ MIMEType {
ReportStringProperty^ get ();
}
member MIMEType : ReportStringProperty
function get MIMEType () : ReportStringProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportStringProperty
A ReportStringProperty object.
Voir aussi