次の方法で共有


ReportSize.DotsPerInch プロパティ

DPI を取得します。

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

構文

'宣言
Public Shared ReadOnly Property DotsPerInch As Single 
    Get
'使用
Dim value As Single 

value = ReportSize.DotsPerInch
public static float DotsPerInch { get; }
public:
static property float DotsPerInch {
    float get ();
}
static member DotsPerInch : float32
static function get DotsPerInch () : float

プロパティ値

型: System.Single
DPI。

関連項目

参照

ReportSize 構造体

Microsoft.ReportingServices.RdlObjectModel 名前空間