Compartir a través de


MapMember.IsStatic Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property IsStatic As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MapMember Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering