다음을 통해 공유


PrintControlClsidHeader.AnyAttr Property

Namespace:  Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution
Assembly:  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

‘선언
Public Property AnyAttr As XmlAttribute()
    Get
    Set
‘사용 방법
Dim instance As PrintControlClsidHeader
Dim value As XmlAttribute()

value = instance.AnyAttr

instance.AnyAttr = value
public XmlAttribute[] AnyAttr { get; set; }
public:
property array<XmlAttribute^>^ AnyAttr {
    array<XmlAttribute^>^ get ();
    void set (array<XmlAttribute^>^ value);
}
member AnyAttr : XmlAttribute[] with get, set
function get AnyAttr () : XmlAttribute[]
function set AnyAttr (value : XmlAttribute[])

Property Value

Type: array<XmlAttribute[]

See Also

Reference

PrintControlClsidHeader Class

Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution Namespace