Właściwość TablixHeader.Size
Wysokość lub szerokość nagłówka grupy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Size As ReportSize
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize obiektu.
Zobacz także