Partager via


Propriété ReportUnitType

The default unit type for the report.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property ReportUnitType As SizeTypes
    Get
    Set
'Utilisation
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)