MapSize.Unit 属性

Gets or sets the unit of measure to be used for both the height and the width.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property Unit As ReportExpression(Of MapUnits)
    Get
    Set
用法
Dim instance As MapSize
Dim value As ReportExpression(Of MapUnits)

value = instance.Unit

instance.Unit = value
public ReportExpression<MapUnits> Unit { get; set; }
public:
property ReportExpression<MapUnits> Unit {
    ReportExpression<MapUnits> get ();
    void set (ReportExpression<MapUnits> value);
}
member Unit : ReportExpression<MapUnits> with get, set
function get Unit () : ReportExpression<MapUnits>
function set Unit (value : ReportExpression<MapUnits>)