EmptyBorder Class
Represents a transparent border which takes up a space.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class EmptyBorder _
Inherits Border _
Implements IShouldSerialize
'Usage
Dim instance As EmptyBorder
public class EmptyBorder : Border,
IShouldSerialize
public ref class EmptyBorder : public Border,
IShouldSerialize
type EmptyBorder =
class
inherit Border
interface IShouldSerialize
end
public class EmptyBorder extends Border implements IShouldSerialize
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.Border
Microsoft.ReportingServices.RdlObjectModel.EmptyBorder
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.