Style.NonSharedProperties 屬性

定義

取得包含屬性的 StyleProperties 集合,這些屬性可能因為運算式的緣故而在報表項目的每一個執行個體中都不相同。

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

屬性值

StyleProperties

StyleProperties物件,其中包含每個報表專案因為運算式而不同的屬性集合。

適用於