Partager via


Propriété IsStatic

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property IsStatic As Boolean
    Get
'Utilisation
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

Valeur de propriété

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