ClassReportViewer.TemplateParts
Class
Specifies the template parts names.
Definition
Namespace:Telerik.ReportViewer.Wpf
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
cs-api-definition
public static class ReportViewer.TemplateParts
Inheritance: objectReportViewer.TemplateParts
Fields
LayoutRoot
Specifies the name of the layout root template part.
Declaration
cs-api-definition
public const string LayoutRoot = "LayoutRoot"
Field Value
string
PageContainer
Specifies the name of the page container template part.
Declaration
cs-api-definition
public const string PageContainer = "PageContainer"
Field Value
string
PageScrollViewer
Specifies the name of the page scroll viewer template part.
Declaration
cs-api-definition
public const string PageScrollViewer = "PageScrollViewer"
Field Value
string