Report.ReportUnitType Property
Gets or sets the default unit type for the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ReportUnitType As SizeTypes
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.SizeTypes
The default unit type for the report.