IImage.Source Property
Gets the type of the image source.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
ReadOnly Property Source As Image..::..SourceType
Get
'Usage
Dim instance As IImage
Dim value As Image..::..SourceType
value = instance.Source
Image..::..SourceType Source { get; }
property Image..::..SourceType Source {
Image..::..SourceType get ();
}
abstract Source : Image..::..SourceType
function get Source () : Image..::..SourceType
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Image.SourceType
A Image.SourceType value.