ReportingService2005.GetModelDefinition(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.