Compartir a través de


ImageInstance.Tag Propiedad

Gets the calculated value of the Tag property in a Image class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Tag As Object 
    Get
'Uso
Dim instance As ImageInstance 
Dim value As Object 

value = instance.Tag
public abstract Object Tag { get; }
public:
virtual property Object^ Tag {
    Object^ get () abstract;
}
abstract Tag : Object
abstract function get Tag () : Object

Valor de la propiedad

Tipo: System.Object
An Object value that represents the calculated value of the Tag property.

Vea también

Referencia

ImageInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering