ReportColor.Empty Property
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.