Share via


DataRegionMember.IsStatic Property

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

Property Value

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