共用方式為


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 命名空間