Propriedade do RDL TablixCorner

The region that contains the elements of the upper left corner area of the Tablix.

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

Sintaxe

'Declaração
Public Property TablixCorner As TablixCorner
    Get
    Set
'Uso
Dim instance As Tablix
Dim value As TablixCorner

value = instance.TablixCorner

instance.TablixCorner = value
public TablixCorner TablixCorner { get; set; }
public:
property TablixCorner^ TablixCorner {
    TablixCorner^ get ();
    void set (TablixCorner^ value);
}
member TablixCorner : TablixCorner with get, set
function get TablixCorner () : TablixCorner
function set TablixCorner (value : TablixCorner)