Xceed Grid for WinForms v4.3 Documentation
ReportStyleSheet Property


Xceed.Grid.Reporting.v4.3 Assembly > Xceed.Grid.Reporting Namespace > Report Class : ReportStyleSheet Property
Gets or sets a ReportStyleSheet that provides the appearance that the grid will have when it is printed or exported in a report.
Syntax
'Declaration
 
Public Property ReportStyleSheet As ReportStyleSheet
'Usage
 
Dim instance As Report
Dim value As ReportStyleSheet
 
instance.ReportStyleSheet = value
 
value = instance.ReportStyleSheet
public ReportStyleSheet ReportStyleSheet {get; set;}

Property Value

A reference to a ReportStyleSheet which provides the appearance that the grid will have when it is printed or exported in a report.
Remarks

Assigning a null reference (Nothing in Visual Basic) to the ReportStyleSheet property will create an empty ReportStyleSheet.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Report Class
Report Members