次の方法で共有


ReportItem.m_canEdit フィールド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

編集できるレポート アイテムを指定します。

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

構文

'宣言
Protected m_canEdit As Boolean
'使用
Dim value As Boolean 

value = Me.m_canEdit 

Me.m_canEdit = value
protected bool m_canEdit
protected:
bool m_canEdit
val mutable m_canEdit: bool
protected var m_canEdit : boolean

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.ReportRendering 名前空間