次の方法で共有


DataMember.IsTotal プロパティ

グループのこのインスタンスに小計のデータ値が含まれているかどうかを示します。

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

構文

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

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

プロパティ値

型: System.Boolean
Boolean 値です。

関連項目

参照

DataMember クラス

Microsoft.ReportingServices.ReportRendering 名前空間