次の方法で共有


MapDockableSubItem.DockOutsideViewport プロパティ

ドッキング可能なアイテムがマップ ビューポートの外側でドッキングされるかどうかを示す値を取得します。

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

構文

'宣言
Public ReadOnly Property DockOutsideViewport As ReportBoolProperty 
    Get
'使用
Dim instance As MapDockableSubItem 
Dim value As ReportBoolProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
ドッキング可能なアイテムがマップ ビューポートの外側でドッキングされるかどうかを示すのに使用される ReportBoolProperty オブジェクト。

関連項目

参照

MapDockableSubItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間