Właściwość TablixHeader.Size
Wysokość (jeśli jest element członkowski kolumna) lub szerokość (jeśli jest członkiem wiersza) nagłówka grupy.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Size As ReportSize
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize obiektu.
Zobacz także