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.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public ReadOnly Property ConsumeContainerWhitespace As Boolean
Get
‘사용 방법
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
속성 값
형식: System. . :: . .Boolean
A Boolean value.