다음을 통해 공유


Gauge.AspectRatio 속성

정의

계기를 그리는 데 사용할 가로 세로 비율(너비/높이)을 나타냅니다.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> AspectRatio { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> AspectRatio { get; set; }
member this.AspectRatio : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> with get, set
Public Property AspectRatio As ReportExpression(Of Double)

속성 값

ReportExpression<T> 개체입니다.

적용 대상