次の方法で共有


DataMember.IsStatic プロパティ

データ メンバーがデータベース フィールドに対応するか、通常のメンバーがフィールドの値に対応するかを示します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property IsStatic As Boolean 
    Get
'使用
Dim instance As DataMember 
Dim value As Boolean 

value = instance.IsStatic
public bool IsStatic { get; }
public:
property bool IsStatic {
    bool get ();
}
member IsStatic : bool
function get IsStatic () : boolean

プロパティ値

型: System.Boolean
Boolean 値です。値が true の場合、データ メンバーがデータベース フィールドに対応します。

関連項目

参照

DataMember クラス

Microsoft.ReportingServices.ReportRendering 名前空間