MapDockableSubItem.DockOutsideViewport-Eigenschaft
Gets a value that indicates whether the dockable item will be docked outside a map viewport.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DockOutsideViewport As ReportBoolProperty
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object used to indicate whether the dockable item will be docked outside a map viewport.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace