Propriété Width
Gets the width of the map lines to which the line template is applied.
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 MapLineTemplate
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