Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Maximum size for the legend, as a percent of the chart size.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MaxAutoSize As ReportExpression(Of Integer)
Get
Set
'Usage
Dim instance As ChartLegend
Dim value As ReportExpression(Of Integer)
value = instance.MaxAutoSize
instance.MaxAutoSize = value
public ReportExpression<int> MaxAutoSize { get; set; }
public:
property ReportExpression<int> MaxAutoSize {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member MaxAutoSize : ReportExpression<int> with get, set
function get MaxAutoSize () : ReportExpression<int>
function set MaxAutoSize (value : ReportExpression<int>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.