Proprietà Report.ReportUnitType

Gets or sets the default unit type for the report.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property ReportUnitType As SizeTypes 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.SizeTypes
The default unit type for the report.

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel