Proprietà Width
Width of the item. Negative sizes allowed only for lines
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property Width As ReportSize
Get
'Utilizzo
Dim instance As ReportItem
Dim value As ReportSize
value = instance.Width
public virtual ReportSize Width { get; }
public:
virtual property ReportSize^ Width {
ReportSize^ get ();
}
abstract Width : ReportSize
override Width : ReportSize
function get Width () : ReportSize
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.
Vedere anche