Condividi tramite


Enumerazione KeepWithGroupTypes

Specifies whether to keep a static member on the same page as the previous or next visible dynamic member.

Spazio dei nomi:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Enumeration KeepWithGroupTypes
'Utilizzo
Dim instance As KeepWithGroupTypes
public enum KeepWithGroupTypes
public enum class KeepWithGroupTypes
type KeepWithGroupTypes
public enum KeepWithGroupTypes

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.