共用方式為


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.

請參閱

參考

BaseGaugeImageInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間