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.
The empty border styles.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Border As EmptyBorder
Get
Set
'Usage
Dim instance As EmptyColorStyle
Dim value As EmptyBorder
value = instance.Border
instance.Border = value
public EmptyBorder Border { get; set; }
public:
property EmptyBorder^ Border {
EmptyBorder^ get ();
void set (EmptyBorder^ value);
}
member Border : EmptyBorder with get, set
function get Border () : EmptyBorder
function set Border (value : EmptyBorder)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.EmptyBorder