Report.EmbeddedImages 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定報告中嵌入的圖片。
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::EmbeddedImage ^> ^ EmbeddedImages { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::EmbeddedImage ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::EmbeddedImage ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.EmbeddedImage>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.EmbeddedImage> EmbeddedImages { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.EmbeddedImage>))>]
member this.EmbeddedImages : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.EmbeddedImage> with get, set
Public Property EmbeddedImages As IList(Of EmbeddedImage)
屬性值
報告中嵌入的圖片。
- 屬性