Compartir a través de


TablixHeader.Size Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

TablixHeader Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering