Condividi tramite


Proprietà DataRegionMember.IsStatic

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property IsStatic As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

DataRegionMember Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering