HorizontalPanels Class

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

Represents the container for the main report view area, the document map area, and the parameter prompt area.

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

Syntax

'Declaration
Public NotInheritable Class HorizontalPanels _
    Inherits CompositeControl
'Usage
Dim instance As HorizontalPanels
public sealed class HorizontalPanels : CompositeControl
public ref class HorizontalPanels sealed : public CompositeControl
[<SealedAttribute>]
type HorizontalPanels =  
    class
        inherit CompositeControl
    end
public final class HorizontalPanels extends CompositeControl

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.CompositeControl
        Microsoft.ReportingServices.SharePoint.UI.WebParts.HorizontalPanels

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.