Свойство BaseGaugeImage.MIMEType
Gets or sets the MIME type of the image.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property MIMEType As ReportExpression
Get
Set
'Применение
Dim instance As BaseGaugeImage
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)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel