次の方法で共有


Report.ReportUnitType プロパティ

レポートの既定の単位の種類を取得または設定します。

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

構文

'宣言
Public Property ReportUnitType As SizeTypes 
    Get 
    Set
'使用
Dim instance As Report 
Dim value As SizeTypes 

value = instance.ReportUnitType

instance.ReportUnitType = value
public SizeTypes ReportUnitType { get; set; }
public:
property SizeTypes ReportUnitType {
    SizeTypes get ();
    void set (SizeTypes value);
}
member ReportUnitType : SizeTypes with get, set
function get ReportUnitType () : SizeTypes 
function set ReportUnitType (value : SizeTypes)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.SizeTypes
レポートの既定の単位の種類です。

関連項目

参照

Report クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間