Freigeben über


MapDockableSubItemInstance.DockOutsideViewport-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

MapDockableSubItemInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace