Compartilhar via


Propriedade do RDL Report.ReportUnitType

Gets or sets the default unit type for the report.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property ReportUnitType As SizeTypes 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.RdlObjectModel