StartMargin 속성
Distance between the start of the gauge and the start 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 StartMargin As ReportExpression(Of Double)
Get
Set
‘사용 방법
Dim instance As LinearScale
Dim value As ReportExpression(Of Double)
value = instance.StartMargin
instance.StartMargin = value
public ReportExpression<double> StartMargin { get; set; }
public:
property ReportExpression<double> StartMargin {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member StartMargin : ReportExpression<float> with get, set
function get StartMargin () : ReportExpression<double>
function set StartMargin (value : ReportExpression<double>)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Double> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.