Compartir a través de


ReportItem.IsFullSize Propiedad

Gets a value that indicates whether the top level item of a table cell, matrix member, or matrix cell item is expanded to 100%.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsFullSize As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
A Boolean value. A true value indicates that the top-level item is fully expanded.

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering