[]
Specifies the available setting names used with the XmlRenderingExtension.
public sealed class Settings : ISettings
Name | Description |
---|---|
Settings() | Allows internal callers to create instances of this class. |
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:
|
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. |
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. |
Name | Description |
---|---|
implicit operator NameValueCollection(Settings) | Performs an implicit conversion from Settings to NameValueCollection. |