Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets 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.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property KeepWithGroup As KeepWithGroupTypes
Get
Set
'Uso
Dim instance As TablixMember
Dim value As KeepWithGroupTypes
value = instance.KeepWithGroup
instance.KeepWithGroup = value
public KeepWithGroupTypes KeepWithGroup { get; set; }
public:
property KeepWithGroupTypes KeepWithGroup {
KeepWithGroupTypes get ();
void set (KeepWithGroupTypes value);
}
member KeepWithGroup : KeepWithGroupTypes with get, set
function get KeepWithGroup () : KeepWithGroupTypes
function set KeepWithGroup (value : KeepWithGroupTypes)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.KeepWithGroupTypes
A KeepWithGroupTypes object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel