Propriedade IsColumn
Indicates this is a member of the column (as opposed to row) hierarchy.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Property IsColumn As Boolean
Get
'Uso
Dim instance As DataMember
Dim value As Boolean
value = instance.IsColumn
public abstract bool IsColumn { get; }
public:
virtual property bool IsColumn {
bool get () abstract;
}
abstract IsColumn : bool
abstract function get IsColumn () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value.
Consulte também