共用方式為


ReportSize.DotsPerInch 屬性

Gets the 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
The DPI.

請參閱

參考

ReportSize 結構

Microsoft.ReportingServices.RdlObjectModel 命名空間