MapDockableSubItem.DockOutsideViewport Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property DockOutsideViewport As ReportBoolProperty
    Get
'Usage
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