Partager via


Propriété MapDockableSubItemInstance.DockOutsideViewport

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DockOutsideViewport As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

MapDockableSubItemInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering