Share via


TablixHeader.Size Property

The height or width of the group header.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Size As ReportSize
    Get
    Set
'Usage
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)