Enumerazione KeepWithGroup
Specifies whether to keep a static member on the same page as the previous or next visible dynamic member.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Enumeration KeepWithGroup
'Utilizzo
Dim instance As KeepWithGroup
public enum KeepWithGroup
public enum class KeepWithGroup
type KeepWithGroup
public enum KeepWithGroup
Membri
Nome membro | Descrizione | |
---|---|---|
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. |