GaugePanelItem.Height 属性
Height of the item as a percentage of the parent element.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property Height As ReportDoubleProperty
Get
用法
Dim instance As GaugePanelItem
Dim value As ReportDoubleProperty
value = instance.Height
public ReportDoubleProperty Height { get; }
public:
property ReportDoubleProperty^ Height {
ReportDoubleProperty^ get ();
}
member Height : ReportDoubleProperty
function get Height () : ReportDoubleProperty