ReportingService2005.GetModelDefinition(String) Method

Definition

Retrieves the definition for a model.

public:
 cli::array <System::Byte> ^ GetModelDefinition(System::String ^ Model);
public byte[] GetModelDefinition (string Model);
member this.GetModelDefinition : string -> byte[]
Public Function GetModelDefinition (Model As String) As Byte()

Parameters

Model
String

The full name of the model.

Returns

Byte[]

The table below shows header and permissions information on this operation.

**SOAP Headers** (Out) ServerInfoHeaderValue
**Required Permissions** ReadContent

The model definition as a Base 64-encoded byte array. For more information about this data type, see "Byte Structure" in the Microsoft .NET Framework documentation.

Applies to