다음을 통해 공유


Chart.DynamicWidth 속성

정의

차트가 확대되거나 축소될 너비를 가져오거나 설정합니다.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportSize> DynamicWidth { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportSize> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportSize> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> DynamicWidth { get; set; }
member this.DynamicWidth : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> with get, set
Public Property DynamicWidth As ReportExpression(Of ReportSize)

속성 값

ReportExpression<T> 개체입니다.

적용 대상