Sdílet prostřednictvím


MapDockableSubItem.DockOutsideViewport Property

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object used to indicate whether the dockable item will be docked outside a map viewport.

See Also

Reference

MapDockableSubItem Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace