Report.ReportUnitType Property

Definition

Gets or sets the default unit type for the report.

public:
 property Microsoft::ReportingServices::RdlObjectModel::SizeTypes ReportUnitType { Microsoft::ReportingServices::RdlObjectModel::SizeTypes get(); void set(Microsoft::ReportingServices::RdlObjectModel::SizeTypes value); };
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public Microsoft.ReportingServices.RdlObjectModel.SizeTypes ReportUnitType { get; set; }
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.ReportUnitType : Microsoft.ReportingServices.RdlObjectModel.SizeTypes with get, set
Public Property ReportUnitType As SizeTypes

Property Value

The default unit type for the report.

Attributes

Applies to