BaseGaugeImageInstance.Source プロパティ
BaseGaugeImage クラスの Source プロパティの計算値を取得します。
名前空間: 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
Source プロパティの計算値を表す Image.SourceType 値。