Compartir a través de


Image.Tag Propiedad

Gets an expression that represents the tag for the image.

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

Sintaxis

'Declaración
Public ReadOnly Property Tag As ReportVariantProperty 
    Get
'Uso
Dim instance As Image 
Dim value As ReportVariantProperty 

value = instance.Tag
public ReportVariantProperty Tag { get; }
public:
property ReportVariantProperty^ Tag {
    ReportVariantProperty^ get ();
}
member Tag : ReportVariantProperty
function get Tag () : ReportVariantProperty

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object that represents the tag for the image.

Vea también

Referencia

Image Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering