BaseGaugeImageInstance.Source 属性

Gets the calculated value of the Source property in a BaseGaugeImage class.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Source As Image..::..SourceType
    Get
用法
Dim instance As BaseGaugeImageInstance
Dim value As Image..::..SourceType

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.Image.SourceType
An Image.SourceType value that represents the calculated value of the Source property.