MapDockableSubItemInstance.DockOutsideViewport Property

Gets the calculated value of the DockOutsideViewport property in a MapDockableSubItem class.

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

Syntax

'Declaration
Public ReadOnly Property DockOutsideViewport As Boolean
    Get
'Usage
Dim instance As MapDockableSubItemInstance
Dim value As Boolean

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

Property Value

Type: System.Boolean
A Boolean value that represents the calculated value of the DockOutsideViewport property.