IsEmpty 속성
Indicates whether this is an empty color.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public ReadOnly Property IsEmpty As Boolean
Get
‘사용 방법
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
속성 값
유형: System. . :: . .Boolean
A boolean object.