Condividi tramite


Proprietà TablixColumn.Width

Width of each cell in this column.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Width As ReportSize 
    Get
'Utilizzo
Dim instance As TablixColumn 
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.OnDemandReportRendering.ReportSize
A ReportSize object.

Vedere anche

Riferimento

TablixColumn Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering