Size 屬性

The height or width of the group header.

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

語法

'宣告
Public Property Size As ReportSize
    Get
    Set
'用途
Dim instance As TablixHeader
Dim value As ReportSize

value = instance.Size

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