次の方法で共有


UpLeft プロパティ

スマート ラベルが左上に移動しないことを示します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property UpLeft As ReportBoolProperty
    Get
'使用
Dim instance As ChartNoMoveDirections
Dim value As ReportBoolProperty

value = instance.UpLeft
public ReportBoolProperty UpLeft { get; }
public:
property ReportBoolProperty^ UpLeft {
    ReportBoolProperty^ get ();
}
member UpLeft : ReportBoolProperty
function get UpLeft () : ReportBoolProperty