次の方法で共有


EmbeddedImage.Size プロパティ

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

埋め込み画像のサイズを取得します。

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

構文

'宣言
Public ReadOnly Property Size As SizeF 
    Get
'使用
Dim instance As EmbeddedImage 
Dim value As SizeF 

value = instance.Size
public SizeF Size { get; }
public:
property SizeF Size {
    SizeF get ();
}
member Size : SizeF
function get Size () : SizeF

プロパティ値

型: System.Drawing.SizeF
SizeF オブジェクト。

関連項目

参照

EmbeddedImage クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間