Freigeben über


DataRegionMember.IsStatic-Eigenschaft

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

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

DataRegionMember Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace