หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets 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
Public MustOverride ReadOnly Property SharedStyleAttributes As List(Of StyleAttributeNames)
Get
'Usage
Dim instance As StyleBase
Dim value As List(Of StyleAttributeNames)
value = instance.SharedStyleAttributes
public abstract List<StyleAttributeNames> SharedStyleAttributes { get; }
public:
virtual property List<StyleAttributeNames>^ SharedStyleAttributes {
List<StyleAttributeNames>^ get () abstract;
}
abstract SharedStyleAttributes : List<StyleAttributeNames>
abstract function get SharedStyleAttributes () : List<StyleAttributeNames>
Property Value
Type: System.Collections.Generic.List<StyleAttributeNames>
A List object that represents a list of the styles that are shared between instance objects.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace