共用方式為


DockOutsideViewport 屬性

Indicates whether the dockable item will be docked outside a map viewport.

命名空間:  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