Sdílet prostřednictvím


TextRun.m_formattedValueExpressionBased 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_formattedValueExpressionBased As Nullable(Of Boolean)
'Usage
Dim value As Nullable(Of Boolean)

value = Me.m_formattedValueExpressionBased

Me.m_formattedValueExpressionBased = value
protected Nullable<bool> m_formattedValueExpressionBased
protected:
Nullable<bool> m_formattedValueExpressionBased
val mutable m_formattedValueExpressionBased: Nullable<bool>
protected var m_formattedValueExpressionBased : Nullable<boolean>