Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 Overrides ReadOnly Property IsStatic As Boolean
Get
'Utilisation
Dim instance As MapMember
Dim value As Boolean
value = instance.IsStatic
public override bool IsStatic { get; }
public:
virtual property bool IsStatic {
bool get () override;
}
abstract IsStatic : bool
override IsStatic : bool
override function get IsStatic () : boolean
Valeur de propriété
Type : System.Boolean
true if the member is a static member; otherwise, false.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering