Partager via


Propriété ImageInstance.TagDataType

Get the code that specifies the data type of the underlying image tag.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property TagDataType As TypeCode 
    Get
'Utilisation
Dim instance As ImageInstance 
Dim value As TypeCode 

value = instance.TagDataType
public abstract TypeCode TagDataType { get; }
public:
virtual property TypeCode TagDataType {
    TypeCode get () abstract;
}
abstract TagDataType : TypeCode
abstract function get TagDataType () : TypeCode

Valeur de propriété

Type : System.TypeCode
One of the enumeration values of the TypeCode enumeration that specifies the data type of the underlying image tag.

Voir aussi

Référence

ImageInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering