ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSDeclaration Class / ToString Method

In This Topic
    ToString Method (CSSDeclaration)
    In This Topic
    Returns the propery/value pair(s) contained in this CSSDeclaration in standards based CSS declaration block syntax.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    The CSS text string. If there are not any properties stored by this CSSDeclaration, an empty string will be returned.
    See Also