Właściwość Report.Width
Uwaga: ten interfejs API jest już nieaktualny.
Pobiera szerokość raportu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
<ObsoleteAttribute("Use ReportSection.Width instead.")> _
Public ReadOnly Property Width As ReportSize
Get
'Użycie
Dim instance As Report
Dim value As ReportSize
value = instance.Width
[ObsoleteAttribute("Use ReportSection.Width instead.")]
public ReportSize Width { get; }
[ObsoleteAttribute(L"Use ReportSection.Width instead.")]
public:
property ReportSize^ Width {
ReportSize^ get ();
}
[<ObsoleteAttribute("Use ReportSection.Width instead.")>]
member Width : ReportSize
function get Width () : ReportSize
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize obiektu.
Zobacz także