Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates whether this tablix member is a member of the column (as opposed to row) hierarchy.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property IsColumn As Boolean
Get
'Usage
Dim instance As TablixMember
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
Property Value
Type: System.Boolean
A Boolean value. true if this tablix member is a member of the column (as opposed to row) hierarchy; otherwise, false.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace