Compartir a través de


Tablix.TablixCorner Propiedad

Gets or sets the region that contains the elements of the upper left corner area of the Tablix.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.TablixCorner
A TablixCorner object.

Vea también

Referencia

Tablix Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel