Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the DockOutsideViewport property in a MapDockableSubItem class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DockOutsideViewport As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value that represents the calculated value of the DockOutsideViewport property.
See Also
Reference
MapDockableSubItemInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace