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.