最大比率。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property MaxPercent As ReportExpression(Of Double)
Get
Set
'使用
Dim instance As GaugeInputValue
Dim value As ReportExpression(Of Double)
value = instance.MaxPercent
instance.MaxPercent = value
public ReportExpression<double> MaxPercent { get; set; }
public:
property ReportExpression<double> MaxPercent {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member MaxPercent : ReportExpression<float> with get, set
function get MaxPercent () : ReportExpression<double>
function set MaxPercent (value : ReportExpression<double>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
ReportExpression<T> オブジェクト。