Skip to main content

ReportDesignerBuilder.CssClassName(String) Method

Sets a specified CSS class to be applied to the Web Report Designer.

Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner

Assembly: DevExpress.AspNetCore.Reporting.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public ReportDesignerBuilder CssClassName(
    string cssClassName
)

Parameters

Name Type Description
cssClassName String

The name of the CSS class to be applied.

Returns

Type Description
ReportDesignerBuilder

A ReportDesignerBuilder that can be used to further configure the Report Designer.

Remarks

You can change the appearance of the Report Designer. To apply a custom style, implement a CSS class and pass the name of this class in the CSSClassName method call as a parameter.

See Also