次の方法で共有


Tablix.HideStaticsIfNoRows プロパティ

動的な子孫または動的な先祖を持たない Tablix 内のすべての静的メンバーに HideIfNoRows = True が設定されていることを示します。

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

構文

'宣言
Public ReadOnly Property HideStaticsIfNoRows As Boolean 
    Get
'使用
Dim instance As Tablix 
Dim value As Boolean 

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

プロパティ値

型: System.Boolean
Boolean 値。

関連項目

参照

Tablix クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間