Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
The height or width of the group header.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Size As ReportSize
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.