Propriedade ReportUnitType
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
A SizeTypes object.
Consulte também