EndMargin 속성
Distance between the end of the gauge and the end of the scale, as a percentage of the size of the gauge.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property EndMargin As ReportExpression(Of Double)
Get
Set
‘사용 방법
Dim instance As LinearScale
Dim value As ReportExpression(Of Double)
value = instance.EndMargin
instance.EndMargin = value
public ReportExpression<double> EndMargin { get; set; }
public:
property ReportExpression<double> EndMargin {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member EndMargin : ReportExpression<float> with get, set
function get EndMargin () : ReportExpression<double>
function set EndMargin (value : ReportExpression<double>)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Double> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.