MaximumWidth 屬性
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
The maximum column width.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property MaximumWidth As ReportExpression(Of ReportSize)
Get
Set
'用途
Dim instance As ChartLegendColumn
Dim value As ReportExpression(Of ReportSize)
value = instance.MaximumWidth
instance.MaximumWidth = value
public ReportExpression<ReportSize> MaximumWidth { get; set; }
public:
property ReportExpression<ReportSize> MaximumWidth {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member MaximumWidth : ReportExpression<ReportSize> with get, set
function get MaximumWidth () : ReportExpression<ReportSize>
function set MaximumWidth (value : ReportExpression<ReportSize>)
屬性值
型別:Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ReportSize> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.