DockOutsideViewport Propiedad
Gets the calculated value of the DockOutsideViewport property in a MapDockableSubItem class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property DockOutsideViewport As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the DockOutsideViewport property.