共用方式為


TablixRow.Height 屬性

Height of each cell in this row

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Height As ReportSize 
    Get 
    Set
'用途
Dim instance As TablixRow 
Dim value As ReportSize 

value = instance.Height

instance.Height = value
public ReportSize Height { get; set; }
public:
property ReportSize Height {
    ReportSize get ();
    void set (ReportSize value);
}
member Height : ReportSize with get, set
function get Height () : ReportSize 
function set Height (value : ReportSize)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.

請參閱

參考

TablixRow 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間