Compartir a través de


BaseGaugeImage.Source Propiedad

Identifies the source of the image

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

Sintaxis

'Declaración
Public ReadOnly Property Source As ReportEnumProperty(Of Image.SourceType)
    Get
'Uso
Dim instance As BaseGaugeImage 
Dim value As ReportEnumProperty(Of Image.SourceType)

value = instance.Source
public ReportEnumProperty<Image.SourceType> Source { get; }
public:
property ReportEnumProperty<Image.SourceType>^ Source {
    ReportEnumProperty<Image.SourceType>^ get ();
}
member Source : ReportEnumProperty<Image.SourceType>
function get Source () : ReportEnumProperty<Image.SourceType>

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Image.SourceType>
A ReportEnumProperty<EnumType> object.

Vea también

Referencia

BaseGaugeImage Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering