Właściwość SubReport.KeepTogether
Pobiera logiczna wartość wskazująca, czy cały podraport powinny być trzymane razem w jednym strona , jeśli to możliwe.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property KeepTogether As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
TRUE Jeśli podraport całego powinny być trzymane razem w jednym strona Jeśli jest to możliwe; w przeciwnym razie false.
Zobacz także