GaugeMember.IsColumn Property
Gets a Boolean value that indicates whether this gauge member is a column.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property IsColumn As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if this gauge member is a column; otherwise, false.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace