Proprietà MIMEType
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
The MIME type.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property MIMEType As ReportExpression
Get
Set
'Utilizzo
Dim instance As GaugeImage
Dim value As ReportExpression
value = instance.MIMEType
instance.MIMEType = value
public ReportExpression MIMEType { get; set; }
public:
property ReportExpression MIMEType {
ReportExpression get ();
void set (ReportExpression value);
}
member MIMEType : ReportExpression with get, set
function get MIMEType () : ReportExpression
function set MIMEType (value : ReportExpression)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.
Vedere anche