AspectRatio プロパティ
描画されるゲージの縦横比 (幅/高さ) を示します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property AspectRatio As ReportExpression(Of Double)
Get
Set
'使用
Dim instance As Gauge
Dim value As ReportExpression(Of Double)
value = instance.AspectRatio
instance.AspectRatio = value
public ReportExpression<double> AspectRatio { get; set; }
public:
property ReportExpression<double> AspectRatio {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member AspectRatio : ReportExpression<float> with get, set
function get AspectRatio () : ReportExpression<double>
function set AspectRatio (value : ReportExpression<double>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Double> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクト。