Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The height (if this is a column member) or width (if this is a row member) of the group header.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Size As ReportSize
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace