Share via


HorizontalPanels.RightAreaState Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly:  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Public Property RightAreaState As HorizontalPaneState
    Get
    Set
'Usage
Dim instance As HorizontalPanels
Dim value As HorizontalPaneState

value = instance.RightAreaState

instance.RightAreaState = value
public HorizontalPaneState RightAreaState { get; set; }
public:
property HorizontalPaneState RightAreaState {
    HorizontalPaneState get ();
    void set (HorizontalPaneState value);
}
member RightAreaState : HorizontalPaneState with get, set
function get RightAreaState () : HorizontalPaneState
function set RightAreaState (value : HorizontalPaneState)