DataRegionMember.IsStatic 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride ReadOnly Property IsStatic As Boolean 
    Get
用法
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

属性值

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

请参阅

参考

DataRegionMember 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间