Propriedade do RDL DockOutsideViewport
Gets the calculated value of the DockOutsideViewport property in a MapDockableSubItem class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the DockOutsideViewport property.
Consulte também