Data Property (EmbeddedStyleSheet)
In This Topic
Gets or sets a data of the embedded stylesheet in XML format.
Syntax
'Declaration
Public Property Data As String
public string Data {get; set;}
Property Value
A
System.String value containing the XML data of the embedded stylesheet.
See Also