Tablix.HideStaticsIfNoRows 属性

Indicates all static members in the tablix without dynamic descendents or dynamic ancestors have 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
A Boolean value.