KeepWithGroup Enumeración
Specifies whether to keep a static member on the same page as the previous or next visible dynamic member.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Enumeration KeepWithGroup
'Uso
Dim instance As KeepWithGroup
public enum KeepWithGroup
public enum class KeepWithGroup
type KeepWithGroup
public enum KeepWithGroup
Miembros
Nombre del miembro | Descripción | |
---|---|---|
None | Do not attempt to keep the static member on the same page as the previous or next visible dynamic member. | |
Before | Keep the static member on the same page as the previous visible dynamic member. | |
After | Keep the static member on the same page as the next visible dynamic member. |