共用方式為


MaxAutoSize 屬性

Maximum size for the legend, as a percent of the chart size.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MaxAutoSize As ReportIntProperty
    Get
'用途
Dim instance As ChartLegend
Dim value As ReportIntProperty

value = instance.MaxAutoSize
public ReportIntProperty MaxAutoSize { get; }
public:
property ReportIntProperty^ MaxAutoSize {
    ReportIntProperty^ get ();
}
member MaxAutoSize : ReportIntProperty
function get MaxAutoSize () : ReportIntProperty