Condividi tramite


Proprietà Image.Source

Gets a value that identifies the source of the image.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Source As Image.SourceType 
    Get
'Utilizzo
Dim instance As Image 
Dim value As Image.SourceType 

value = instance.Source
public Image.SourceType Source { get; }
public:
virtual property Image.SourceType Source {
    Image.SourceType get () sealed;
}
abstract Source : Image.SourceType 
override Source : Image.SourceType
final function get Source () : Image.SourceType

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Image.SourceType
One of the enumeration values of the Image.SourceType enumeration that identifies the source of the image.

Implementa

IImage.Source

Vedere anche

Riferimento

Image Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering