Condividi tramite


Class Element (RDL)

Contains information about a class to instantiate during report initialization. The class instance can be used in expressions in the report.

Sintassi

<Classes>
    ...
    <Class>
        <ClassName>...</ClassName>
        <InstanceName>...</InstanceName>
    </Class>
    ...
</Classes>

Element Characteristics

Characteristic Description

Data type and length

None

Default value

None

Cardinality

1-n: Required element that occurs once or more than once.

Element Relationships

Relationship Element

Parent element

Classes

Child element

ClassName, InstanceName

Osservazioni

A code module must be loaded before you can use a class from that module. For more information, see Using Custom Assemblies with Reports.

Vedere anche

Riferimento

Report Definition XML Elements
CodeModules Element (RDL)

Altre risorse

Using Custom Assemblies with Reports
Utilizzo di riferimenti a codice personalizzato nelle espressioni (Reporting Services)

Guida in linea e informazioni

Assistenza su SQL Server 2005