Propriété IsColumn
Gets a Boolean value that indicates whether this gauge member is a column.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsColumn As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
true if this gauge member is a column; otherwise, false.
Voir aussi