Interface
IReportDocument

Represents a report document.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public interface IReportDocument

Properties

DocumentName

Gets or sets the name of the document.

Declaration

cs-api-definition
string DocumentName { get; set; }

Property Value

string

PageSettings

Gets or sets the page setting for the document.

Declaration

cs-api-definition
[Obsolete("Please use instead the Report.PageSettings property.")]
PageSettings PageSettings { get; set; }

Property Value

PageSettings

ReportParameters

Gets the parameters for the document.

Declaration

cs-api-definition
[Obsolete("Please use instead the ReportSource.Parameters.")]
IEnumerable<IReportParameter> ReportParameters { get; }

Property Value

IEnumerable<IReportParameter>

ReportSources

Gets the collection of report sources take part in this ReportBook.

Declaration

cs-api-definition
IEnumerable<ReportSource> ReportSources { get; }

Property Value

IEnumerable<ReportSource>

Reports

Gets the reports contained in the document.

Declaration

cs-api-definition
[Obsolete("Please use the ReportSources property instead.")]
IEnumerable<Report> Reports { get; }

Property Value

IEnumerable<Report>