다음을 통해 공유


IsColumn 속성

Gets a Boolean value that indicates whether this gauge member is a column.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property IsColumn As Boolean
    Get
‘사용 방법
Dim instance As GaugeMember
Dim value As Boolean

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

속성 값

유형: System. . :: . .Boolean
true if this gauge member is a column; otherwise, false.