Udostępnij za pośrednictwem


StyleBase.m_nonSharedProperties Field

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

Specifies the style properties that are different for each for each report item (due to expressions).

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected m_nonSharedProperties As StyleProperties
'Usage
Dim value As StyleProperties 

value = Me.m_nonSharedProperties 

Me.m_nonSharedProperties = value
protected StyleProperties m_nonSharedProperties
protected:
StyleProperties^ m_nonSharedProperties
val mutable m_nonSharedProperties: StyleProperties
protected var m_nonSharedProperties : StyleProperties

See Also

Reference

StyleBase Class

Microsoft.ReportingServices.ReportRendering Namespace