Propriété MaximumWidth
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
The maximum column width.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property MaximumWidth As ReportExpression(Of ReportSize)
Get
Set
'Utilisation
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>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ReportSize> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
Voir aussi