Class ReportViewer.TemplateParts
Specifies the template parts names.
Inheritance
System.Object
ReportViewer.TemplateParts
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public static class TemplateParts : Object
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
|
PageContentControl
Specifies the name of the page content template part.
Declaration
public const string PageContentControl = "PageContentControl"
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
|