Udostępnij za pośrednictwem


StyleBase.m_sharedProperties Field

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

Specifies the properties shared by all report items derived from the same report item in the definition.

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

Syntax

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

value = Me.m_sharedProperties 

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

See Also

Reference

StyleBase Class

Microsoft.ReportingServices.ReportRendering Namespace