Partilhar via


Propriedade do RDL TablixHeader.Size

The height or width of the group header.

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

Sintaxe

'Declaração
Public Property Size As ReportSize 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.

Consulte também

Referência

TablixHeader Classe

Namespace Microsoft.ReportingServices.RdlObjectModel