TablixMember.KeepWithGroup Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property Microsoft::ReportingServices::RdlObjectModel::KeepWithGroupTypes KeepWithGroup { Microsoft::ReportingServices::RdlObjectModel::KeepWithGroupTypes get(); void set(Microsoft::ReportingServices::RdlObjectModel::KeepWithGroupTypes value); };
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public Microsoft.ReportingServices.RdlObjectModel.KeepWithGroupTypes KeepWithGroup { get; set; }
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
member this.KeepWithGroup : Microsoft.ReportingServices.RdlObjectModel.KeepWithGroupTypes with get, set
Public Property KeepWithGroup As KeepWithGroupTypes
Property Value
A KeepWithGroupTypes object.
- Attributes