AnchorY 속성
이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
The Y coordinate of the annotation anchor.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
Public Property AnchorY As ReportExpression(Of ReportSize)
Get
Set
‘사용 방법
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ReportSize)
value = instance.AnchorY
instance.AnchorY = value
public ReportExpression<ReportSize> AnchorY { get; set; }
public:
property ReportExpression<ReportSize> AnchorY {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member AnchorY : ReportExpression<ReportSize> with get, set
function get AnchorY () : ReportExpression<ReportSize>
function set AnchorY (value : ReportExpression<ReportSize>)
속성 값
형식: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ReportSize> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.