Tablix.TablixCorner 属性

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

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property TablixCorner As TablixCorner
    Get
    Set
用法
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)