共用方式為


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.