共用方式為


HideIfNoRows 屬性

Gets a Boolean value that indicates whether to hide this tablix member when it contains no rows.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property HideIfNoRows As Boolean
    Get
'用途
Dim instance As TablixMember
Dim value As Boolean

value = instance.HideIfNoRows
public abstract bool HideIfNoRows { get; }
public:
virtual property bool HideIfNoRows {
    bool get () abstract;
}
abstract HideIfNoRows : bool
abstract function get HideIfNoRows () : boolean

屬性值

型別:System. . :: . .Boolean
true if the tablix member should be hidden when it contains no rows; otherwise, false.