Proprietà Rectangle.KeepTogether

Gets or sets a value that indicates whether the entire contents of the rectangle should be kept together on one page if possible.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property KeepTogether As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As Rectangle 
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)

Valore proprietà

Tipo: System.Boolean
True if the entire contents of the rectangle should be kept together; otherwise, false.

Vedere anche

Riferimento

Rectangle Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel