Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Get the code that specifies the data type of the underlying image tag.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Property TagDataType As TypeCode
Get
'Uso
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
Valor da propriedade
Tipo: System.TypeCode
One of the enumeration values of the TypeCode enumeration that specifies the data type of the underlying image tag.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering