Share via


HorizontalPanels.LeftControls 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 ReadOnly Property LeftControls As HtmlTableCell
    Get
'Usage
Dim instance As HorizontalPanels
Dim value As HtmlTableCell

value = instance.LeftControls
public HtmlTableCell LeftControls { get; }
public:
property HtmlTableCell^ LeftControls {
    HtmlTableCell^ get ();
}
member LeftControls : HtmlTableCell
function get LeftControls () : HtmlTableCell