Właściwość TablixColumn.Width
Szerokość każdej komórka w tym kolumna.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Width As ReportSize
Get
Set
'Użycie
Dim instance As TablixColumn
Dim value As ReportSize
value = instance.Width
instance.Width = value
public ReportSize Width { get; set; }
public:
property ReportSize Width {
ReportSize get ();
void set (ReportSize value);
}
member Width : ReportSize with get, set
function get Width () : ReportSize
function set Width (value : ReportSize)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize obiektu.
Zobacz także