Condividi tramite


Proprietà ImageInstance.TagDataType

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property TagDataType As TypeCode 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ImageInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering