Proprietà MapDockableSubItemInstance.DockOutsideViewport
Gets the calculated value of the DockOutsideViewport property in a MapDockableSubItem class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DockOutsideViewport As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
A Boolean value that represents the calculated value of the DockOutsideViewport property.
Vedere anche
Riferimento
MapDockableSubItemInstance Classe
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering