Table of Contents

Class ShowReportOptions

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.Reporting
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the options for showing a report.

public class ShowReportOptions : BaseReportOptions<ShowReportOptions>
Inheritance
ShowReportOptions
Inherited Members

Constructors

ShowReportOptions(string)

Initializes a new instance of the ShowReportOptions class.

public ShowReportOptions(string reportName)

Parameters

reportName string

Report name.

Properties

Title

Gets or sets the title of report.

public string Title { get; set; }

Property Value

string

Methods

WithTitle(string)

Sets the report title.

public ShowReportOptions WithTitle(string title)

Parameters

title string

Report title.

Returns

ShowReportOptions

The options.