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.
Gets a value that indicates whether the top level item of a table cell, matrix member, or matrix cell item is expanded to 100%.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property IsFullSize As Boolean
Get
'Usage
Dim instance As ReportItem
Dim value As Boolean
value = instance.IsFullSize
public bool IsFullSize { get; }
public:
property bool IsFullSize {
bool get ();
}
member IsFullSize : bool
function get IsFullSize () : boolean
Eigenschaftswert
Typ: System.Boolean
A Boolean value. A true value indicates that the top-level item is fully expanded.