SubReport.KeepTogether Property

Gets a Boolean value that indicates whether the entire subreport should be kept together in one page if possible.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property KeepTogether As Boolean
    Get
'Usage
Dim instance As SubReport
Dim value As Boolean

value = instance.KeepTogether
public bool KeepTogether { get; }
public:
property bool KeepTogether {
    bool get ();
}
member KeepTogether : bool
function get KeepTogether () : boolean

Property Value

Type: System.Boolean
true if the entire subreport should be kept together in one page if possible; otherwise, false.