Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / TablixHeader Class / Size Property

In This Topic
    Size Property (TablixHeader)
    In This Topic
    Gets or sets the height (if this is a column member) or width (if this is a row member) of the group header.
    Syntax
    'Declaration
     
    Public Property Size As ReportSize
    public ReportSize Size {get; set;}
    See Also