Style.SharedProperties 屬性

定義

會取得 StyleProperties 一個集合,包含所有報告項目實例共享的屬性,這些屬性都是從定義中同一報告項目衍生出來的。

public:
 virtual property Microsoft::ReportingServices::ReportRendering::StyleProperties ^ SharedProperties { Microsoft::ReportingServices::ReportRendering::StyleProperties ^ get(); };
public override Microsoft.ReportingServices.ReportRendering.StyleProperties SharedProperties { get; }
member this.SharedProperties : Microsoft.ReportingServices.ReportRendering.StyleProperties
Public Overrides ReadOnly Property SharedProperties As StyleProperties

屬性值

一個 StyleProperties 包含所有報告項目共享屬性的集合,這些屬性是從定義中同一報告項目衍生出來的。

適用於