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 the empty color.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Empty As ReportColor
Get
'Usage
Dim value As ReportColor
value = ReportColor.Empty
public static ReportColor Empty { get; }
public:
static property ReportColor Empty {
ReportColor get ();
}
static member Empty : ReportColor
static function get Empty () : ReportColor
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportColor
A ReportColor object.