Tablix.TablixCorner 属性

Gets or sets 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)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.TablixCorner
A TablixCorner object.

请参阅

参考

Tablix 类

Microsoft.ReportingServices.RdlObjectModel 命名空间