Propriété Width
Gets an expression that evaluates to the width of the border (unless overridden for a specific side).
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Width As ReportSizeProperty
Get
'Utilisation
Dim instance As Border
Dim value As ReportSizeProperty
value = instance.Width
public ReportSizeProperty Width { get; }
public:
property ReportSizeProperty^ Width {
ReportSizeProperty^ get ();
}
member Width : ReportSizeProperty
function get Width () : ReportSizeProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.
Voir aussi