Partager via


Propriété TablixHeader.Size

The height or width of the group header.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Size As ReportSize 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

TablixHeader Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel