Propriété Width
Gets the width of the report section.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Width As ReportSize
Get
'Utilisation
Dim instance As ReportSection
Dim value As ReportSize
value = instance.Width
public ReportSize Width { get; }
public:
property ReportSize^ Width {
ReportSize^ get ();
}
member Width : ReportSize
function get Width () : ReportSize
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.
Voir aussi