次の方法で共有


ReportElement.m_isOldSnapshot フィールド

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

レポート要素の古いスナップショットを使用するかどうかを指定します。

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

構文

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

value = Me.m_isOldSnapshot 

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

関連項目

参照

ReportElement クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間