Border Class
Represents the default border properties for the object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class Border _
Inherits ReportObject _
Implements IShouldSerialize
'Usage
Dim instance As Border
public class Border : ReportObject, IShouldSerialize
public ref class Border : public ReportObject,
IShouldSerialize
type Border =
class
inherit ReportObject
interface IShouldSerialize
end
public class Border extends ReportObject 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.