Share via


ReportItem.m_cachedWidth Field

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

The cached width item.

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

See Also

Reference

ReportItem Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace