Width Propiedad
Gets the width of the report.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Width As ReportSize
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
A ReportSize object that contains the width of the report.
Vea también