Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates all static members in the tablix without dynamic descendents or dynamic ancestors have HideIfNoRows = True.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property HideStaticsIfNoRows As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace