ReportItem.m_cachedWidth Field

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected m_cachedWidth As ReportSize
'Usage
Dim value As ReportSize

value = Me.m_cachedWidth

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