次の方法で共有


Gauge.AspectRatio プロパティ

描画されるゲージの縦横比 (幅/高さ) を示します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property AspectRatio As ReportDoubleProperty 
    Get
'使用
Dim instance As Gauge 
Dim value As ReportDoubleProperty 

value = instance.AspectRatio
public ReportDoubleProperty AspectRatio { get; }
public:
property ReportDoubleProperty^ AspectRatio {
    ReportDoubleProperty^ get ();
}
member AspectRatio : ReportDoubleProperty
function get AspectRatio () : ReportDoubleProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
ReportDoubleProperty オブジェクト。

関連項目

参照

Gauge クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間