Compartilhar via


Propriedade do RDL Subreport.KeepTogether

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property KeepTogether As Boolean 
    Get 
    Set
'Uso
Dim instance As Subreport 
Dim value As Boolean 

value = instance.KeepTogether

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

Valor da propriedade

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

Consulte também

Referência

Subreport Classe

Namespace Microsoft.ReportingServices.RdlObjectModel