Proprietà Width
Gets the width of the report.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Width As ReportSize
Get
'Utilizzo
Dim instance As Report
Dim value As ReportSize
value = instance.Width
public ReportSize Width { get; }
public:
property ReportSize^ Width {
ReportSize^ get ();
}
member Width : ReportSize
function get Width () : ReportSize
Valore proprietà
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
A ReportSize object that contains the width of the report.
Vedere anche