次の方法で共有


EmbeddedImage.Width プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

埋め込み画像の幅を取得します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public ReadOnly Property Width As Double 
    Get
'使用
Dim instance As EmbeddedImage 
Dim value As Double 

value = instance.Width
public double Width { get; }
public:
property double Width {
    double get ();
}
member Width : float
function get Width () : double

プロパティ値

型: System.Double
埋め込み画像の幅。

関連項目

参照

EmbeddedImage クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間