Propriété KeepWithGroup
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.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property KeepWithGroup As KeepWithGroupTypes
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .KeepWithGroupTypes
A KeepWithGroupTypes object.