Up 속성
Indicates the smart label will not move directly up.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property Up As ReportExpression(Of Boolean)
Get
Set
‘사용 방법
Dim instance As ChartNoMoveDirections
Dim value As ReportExpression(Of Boolean)
value = instance.Up
instance.Up = value
public ReportExpression<bool> Up { get; set; }
public:
property ReportExpression<bool> Up {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member Up : ReportExpression<bool> with get, set
function get Up () : ReportExpression<boolean>
function set Up (value : ReportExpression<boolean>)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Boolean> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.