Condividi tramite


Proprietà Report.ConsumeContainerWhitespace

Gets a value that indicates whether all whitespace in containers (i.e. Body and Rectangle) should be consumed when contents grow rather than preserving the minimum whitespace between the contents and the container.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ConsumeContainerWhitespace As Boolean 
    Get
'Utilizzo
Dim instance As Report 
Dim value As Boolean 

value = instance.ConsumeContainerWhitespace
public bool ConsumeContainerWhitespace { get; }
public:
property bool ConsumeContainerWhitespace {
    bool get ();
}
member ConsumeContainerWhitespace : bool
function get ConsumeContainerWhitespace () : boolean

Valore proprietà

Tipo: System.Boolean
A Boolean value.

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering