共用方式為


Style.SharedProperties 屬性

Gets a StyleProperties collection that contains the properties shared by all report item instances that are derived from the same report item in the definition.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overrides ReadOnly Property SharedProperties As StyleProperties 
    Get
'用途
Dim instance As Style 
Dim value As StyleProperties 

value = instance.SharedProperties
public override StyleProperties SharedProperties { get; }
public:
virtual property StyleProperties^ SharedProperties {
    StyleProperties^ get () override;
}
abstract SharedProperties : StyleProperties 
override SharedProperties : StyleProperties
override function get SharedProperties () : StyleProperties

屬性值

型別:Microsoft.ReportingServices.ReportRendering.StyleProperties
A StyleProperties object containing a collection of the properties shared by all report items that are derived from the same report item in the definition.

請參閱

參考

Style 類別

Microsoft.ReportingServices.ReportRendering 命名空間