Compartir a través de


TablixMember.KeepWithGroup Propiedad

Gets a value that indicates whether a static tablix member should be kept on the page with the previous or next non-hidden sibling, if possible.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property KeepWithGroup As KeepWithGroup 
    Get
'Uso
Dim instance As TablixMember 
Dim value As KeepWithGroup 

value = instance.KeepWithGroup
public abstract KeepWithGroup KeepWithGroup { get; }
public:
virtual property KeepWithGroup KeepWithGroup {
    KeepWithGroup get () abstract;
}
abstract KeepWithGroup : KeepWithGroup
abstract function get KeepWithGroup () : KeepWithGroup

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.KeepWithGroup
A KeepWithGroup object that indicates whether a static tablix member should be kept on the page with the previous or next non-hidden sibling, if possible.

Vea también

Referencia

TablixMember Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering