Propriedade do RDL Type
The unit of the size.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public ReadOnly Property Type As SizeTypes
Get
'Uso
Dim instance As ReportSize
Dim value As SizeTypes
value = instance.Type
public SizeTypes Type { get; }
public:
property SizeTypes Type {
SizeTypes get ();
}
member Type : SizeTypes
function get Type () : SizeTypes
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .SizeTypes
A SizeTypes value.
Consulte também