Compartilhar via


Propriedade do RDL DataRegionMember.IsStatic

Gets a boolean value that indicates whether the member is a static member.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property IsStatic As Boolean 
    Get
'Uso
Dim instance As DataRegionMember 
Dim value As Boolean 

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

Valor da propriedade

Tipo: System.Boolean
true if the member is a static member; otherwise, false.

Consulte também

Referência

DataRegionMember Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering