Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Identifies the source of the image.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Source As Image.SourceType
Get
'Usage
Dim instance As BackgroundImage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Image.SourceType
A Image.SourceType object.
Implements
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace