Condividi tramite


Proprietà ReportColor.IsEmpty

Gets a value that indicates whether this is an empty color.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsEmpty As Boolean 
    Get
'Utilizzo
Dim instance As ReportColor 
Dim value As Boolean 

value = instance.IsEmpty
public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get ();
}
member IsEmpty : bool
function get IsEmpty () : boolean

Valore proprietà

Tipo: System.Boolean
True if this is an empty color; otherwise, false.

Vedere anche

Riferimento

ReportColor Struttura

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel