Propriedade do RDL MapDockableSubItem.DockOutsideViewport
Gets a value that indicates whether the dockable item will be docked outside a map viewport.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property DockOutsideViewport As ReportBoolProperty
Get
'Uso
Dim instance As MapDockableSubItem
Dim value As ReportBoolProperty
value = instance.DockOutsideViewport
public ReportBoolProperty DockOutsideViewport { get; }
public:
property ReportBoolProperty^ DockOutsideViewport {
ReportBoolProperty^ get ();
}
member DockOutsideViewport : ReportBoolProperty
function get DockOutsideViewport () : ReportBoolProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object used to indicate whether the dockable item will be docked outside a map viewport.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering