Class ReportViewer.TemplateParts
Specifies the template parts names.
Inheritance
System.Object
ReportViewer.TemplateParts
Namespace: Telerik.ReportViewer.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public static class TemplateParts
Fields
LayoutRoot
Specifies the name of the layout root template part.
Declaration
public const string LayoutRoot = "LayoutRoot"
Field Value
System.String
|
PageContainer
Specifies the name of the page container template part.
Declaration
public const string PageContainer = "PageContainer"
Field Value
System.String
|
PageScrollViewer
Specifies the name of the page scroll viewer template part.
Declaration
public const string PageScrollViewer = "PageScrollViewer"
Field Value
System.String
|