Method Load
Load(String)
Lädt das layout eines reports aus einer Xml-Datei.
Declaration
[DocfxBrowsable]
public void Load(string fileName)
Parameters
Load(Byte[])
Lädt das layout eines reports aus direkter Binärform.
Declaration
[DocfxBrowsable]
public void Load(byte[] bytes)
Parameters
bytes
Byte[]
Exceptions
Type | Condition |
---|---|
ArgumentNullException | es wurden keine bytes übergeben |