次の方法で共有


Report.ConsumeContainerWhitespace プロパティ

コンテンツが増大していく場合に、コンテンツとコンテナー間の最小限の空白を保持しないで、コンテナー内のすべての空白 (つまり 本文と四角形) を使い切るかどうかを示す値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
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
Boolean 値です。

関連項目

参照

Report クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間