ReportUnitType 속성
The default unit type for the report.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property ReportUnitType As SizeTypes
Get
Set
‘사용 방법
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)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .SizeTypes
A SizeTypes object.