次の方法で共有


CustomLabel.AllowUpsideDown プロパティ

ラベルを 90 度より大きく回転できるかどうかを示す値に評価される式を取得します。

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

構文

'宣言
Public ReadOnly Property AllowUpsideDown As ReportBoolProperty 
    Get
'使用
Dim instance As CustomLabel 
Dim value As ReportBoolProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
ReportBoolProperty オブジェクト。

関連項目

参照

CustomLabel クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間