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