Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies a value that indicates whether the formatted text run value is expression-based.
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>
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace