Class SubReport
Inheritance
System.Object
SubReport
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class SubReport : ReportItem, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, IDynamicItem, ITableCellInternal, ITableCell, ILayoutElementContainer
Properties
DataSource
Gets or sets a data source object that is passed to the InnerReport.
Declaration
public object DataSource { get; set; }
Property Value
System.Object
|
Remarks
This is the processing property corresponding to the DataSource property.
InnerReport
KeepTogether
Declaration
public bool KeepTogether { get; }
Property Value
System.Boolean
|
NeedDataSourceMethodName
Declaration
public string NeedDataSourceMethodName { get; set; }
Property Value
System.String
|
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Overrides
Explicit Interface Implementations
ILayoutElementContainer.Children
Declaration
IEnumerable<LayoutElement> ILayoutElementContainer.Children { get; }
Returns
System.Collections.Generic.IEnumerable<LayoutElement>
|