StyleInstance.m_assignedValues 字段

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

A dictionary of style attribute names that have been assigned with a value.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Protected m_assignedValues As Dictionary(Of StyleAttributeNames, Boolean)
用法
Dim value As Dictionary(Of StyleAttributeNames, Boolean)

value = Me.m_assignedValues 

Me.m_assignedValues = value
protected Dictionary<StyleAttributeNames, bool> m_assignedValues
protected:
Dictionary<StyleAttributeNames, bool>^ m_assignedValues
val mutable m_assignedValues: Dictionary<StyleAttributeNames, bool>
protected var m_assignedValues : Dictionary<StyleAttributeNames, boolean>

请参阅

参考

StyleInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间