[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Xml.Page.Settings

Settings Class

Specifies the available setting names used with the XmlRenderingExtension.

Inheritance
Settings
Implements
Namespace: GrapeCity.ActiveReports.Export.Xml.Page
Assembly: MESCIUS.ActiveReports.Export.Xml.dll
Syntax
public sealed class Settings : ISettings

Constructors

Name Description
Settings()

Allows internal callers to create instances of this class.

Properties

Name Description
Encoding

Returns the value of the current Encoding setting.

EncodingPropertyName

Specifies the setting name that determines the text encoding to use.

OutputHiddenMatrixMembersPropertyName

Specifies a setting name that determines if any hidden members in a Matrix ReportItem are written out. Possible values:

  • yes
  • no
Default: yes
XslStylesheet

Gets or sets the path of the Xsl Stylesheet used during the rendering process.

XslStylesheetPropertyName

Specifies the full path and filename of an Xsl Stylesheet to use during the rendering process.

Methods

Name Description
ApplySettings(NameValueCollection)

Applies any settings passed in the NameValueCollection settings parameters.

GetSettings()

Returns a NameValueCollection containing the settings for the rendering extension.

ToString()

Returns a string that represents this instance.

Operators

Name Description
implicit operator NameValueCollection(Settings)

Performs an implicit conversion from Settings to NameValueCollection.