Udostępnij za pośrednictwem


StyleBase.m_sharedStyles Field

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

Specifies a list of the styles that are shared between instance objects.

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

Syntax

'Declaration
Protected m_sharedStyles As List(Of StyleAttributeNames)
'Usage
Dim value As List(Of StyleAttributeNames)

value = Me.m_sharedStyles 

Me.m_sharedStyles = value
protected List<StyleAttributeNames> m_sharedStyles
protected:
List<StyleAttributeNames>^ m_sharedStyles
val mutable m_sharedStyles: List<StyleAttributeNames>
protected var m_sharedStyles : List<StyleAttributeNames>

See Also

Reference

StyleBase Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace