Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.