Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property KeepWithGroup As KeepWithGroup
Get
'Usage
Dim instance As TablixMember
Dim value As KeepWithGroup
value = instance.KeepWithGroup
public abstract KeepWithGroup KeepWithGroup { get; }
public:
virtual property KeepWithGroup KeepWithGroup {
KeepWithGroup get () abstract;
}
abstract KeepWithGroup : KeepWithGroup
abstract function get KeepWithGroup () : KeepWithGroup
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.KeepWithGroup
A KeepWithGroup object that indicates whether a static tablix member should be kept on the page with the previous or next non-hidden sibling, if possible.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace