Partilhar via


Propriedade do RDL TablixHeader.Size

The height (if this is a column member) or width (if this is a row member) of the group header.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Size As ReportSize 
    Get
'Uso
Dim instance As TablixHeader 
Dim value As ReportSize 

value = instance.Size
public ReportSize Size { get; }
public:
property ReportSize^ Size {
    ReportSize^ get ();
}
member Size : ReportSize
function get Size () : ReportSize

Valor da propriedade

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

Consulte também

Referência

TablixHeader Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering