共用方式為


Report.ReportUnitType 屬性

Gets or sets the default unit type for the report.

命名空間:  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
The default unit type for the report.

請參閱

參考

Report 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間