Style.SharedProperties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會取得 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 包含所有報告項目共享屬性的集合,這些屬性是從定義中同一報告項目衍生出來的。