次の方法で共有


ReportItem.m_cachedHeight フィールド

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

キャッシュされた高さアイテム。

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

構文

'宣言
Protected m_cachedHeight As ReportSize
'使用
Dim value As ReportSize 

value = Me.m_cachedHeight 

Me.m_cachedHeight = value
protected ReportSize m_cachedHeight
protected:
ReportSize^ m_cachedHeight
val mutable m_cachedHeight: ReportSize
protected var m_cachedHeight : ReportSize

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間