Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default border properties.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Border As Border
Get
Set
'Usage
Dim instance As Style
Dim value As Border
value = instance.Border
instance.Border = value
public Border Border { get; set; }
public:
property Border^ Border {
Border^ get ();
void set (Border^ value);
}
member Border : Border with get, set
function get Border () : Border
function set Border (value : Border)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.Border
A Border object.