Condividi tramite


Campo TextRun.m_formattedValueExpressionBased

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies a value that indicates whether the formatted text run value is expression-based.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Protected m_formattedValueExpressionBased As Nullable(Of Boolean)
'Utilizzo
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>

Vedere anche

Riferimento

TextRun Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering