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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the minimum column width.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MinimumWidth As ReportExpression(Of ReportSize)
Get
Set
'Usage
Dim instance As ChartLegendColumn
Dim value As ReportExpression(Of ReportSize)
value = instance.MinimumWidth
instance.MinimumWidth = value
public ReportExpression<ReportSize> MinimumWidth { get; set; }
public:
property ReportExpression<ReportSize> MinimumWidth {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member MinimumWidth : ReportExpression<ReportSize> with get, set
function get MinimumWidth () : ReportExpression<ReportSize>
function set MinimumWidth (value : ReportExpression<ReportSize>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A ReportExpression<T> object.