Share via


Tablix.TablixCorner Property

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

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

Syntax

'Declaration
Public Property TablixCorner As TablixCorner 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

Tablix Class

Microsoft.ReportingServices.RdlObjectModel Namespace