Propriété MinimumWidth
Gets the calculated value of the MinimumWidth property in a ChartLegendColumn class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MinimumWidth As ReportSize
Get
'Utilisation
Dim instance As ChartLegendColumnInstance
Dim value As ReportSize
value = instance.MinimumWidth
public ReportSize MinimumWidth { get; }
public:
property ReportSize^ MinimumWidth {
ReportSize^ get ();
}
member MinimumWidth : ReportSize
function get MinimumWidth () : ReportSize
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize value that represents the calculated value of the MinimumWidth property.