Partager via


Propriété KeepTogether

Indicates the entire contents of the rectangle should be kept together on one page if possible.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property KeepTogether As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value.