Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Get the code that specifies the data type of the underlying image tag.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property TagDataType As TypeCode
Get
'Usage
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
Eigenschaftswert
Typ: System.TypeCode
One of the enumeration values of the TypeCode enumeration that specifies the data type of the underlying image tag.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace