SSRS generuje prazdne stranky – MS SQL – Fórum – Programujte.com
 x   TIP: Přetáhni ikonu na hlavní panel pro připnutí webu

SSRS generuje prazdne stranky – MS SQL – Fórum – Programujte.comSSRS generuje prazdne stranky – MS SQL – Fórum – Programujte.com

 

VladislavK0
Super člen
10. 5. 2015   #1
-
0
-

Zdravim proc mi nasledujici kod generuje prazdne stranky

<?xml version="1.0" encoding="UTF-8"?>

-<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">


-<DataSources>


-<DataSource Name="amCIS">


-<ConnectionProperties>

<DataProvider>System.Data.DataSet</DataProvider>

<ConnectString>/* Local Connection */</ConnectString>

</ConnectionProperties>

<rd:DataSourceID>0d9a63f9-c9a1-426d-9542-faf68c299b9c</rd:DataSourceID>

</DataSource>

</DataSources>


-<DataSets>


-<DataSet Name="InspectionType">


-<Fields>


-<Field Name="Code">

<DataField>Code</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="CodeType">

<DataField>CodeType</DataField>

<rd:TypeName>System.Char</rd:TypeName>

</Field>


-<Field Name="CodeVR">

<DataField>CodeVR</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="EditLocked">

<DataField>EditLocked</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="EmissionRequired">

<DataField>EmissionRequired</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="Id">

<DataField>Id</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Name">

<DataField>Name</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="OrderNumber">

<DataField>OrderNumber</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>

</Fields>


-<Query>

<DataSourceName>amCIS</DataSourceName>

<CommandText>/* Local Query */</CommandText>

</Query>


-<rd:DataSetInfo>

<rd:DataSetName>amCIS.Ciselniky</rd:DataSetName>

<rd:TableName>TechInspectionType</rd:TableName>

<rd:ObjectDataSourceType>amCIS.Ciselniky.TechInspectionType, amCIS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</rd:ObjectDataSourceType>

</rd:DataSetInfo>

</DataSet>


-<DataSet Name="InspectionRange">


-<Fields>


-<Field Name="EditLocked">

<DataField>EditLocked</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="Id">

<DataField>Id</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Name">

<DataField>Name</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>

</Fields>


-<Query>

<DataSourceName>amCIS</DataSourceName>

<CommandText>/* Local Query */</CommandText>

</Query>


-<rd:DataSetInfo>

<rd:DataSetName>amCIS.Ciselniky</rd:DataSetName>

<rd:TableName>TechInspectionRange</rd:TableName>

<rd:ObjectDataSourceType>amCIS.Ciselniky.TechInspectionRange, amCIS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</rd:ObjectDataSourceType>

</rd:DataSetInfo>

</DataSet>


-<DataSet Name="Inspection">


-<Fields>


-<Field Name="AdresaMesto">

<DataField>AdresaMesto</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="CeleJmenoSTitulem">

<DataField>CeleJmenoSTitulem</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="INCity">

<DataField>INCity</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="INCustomerTitle">

<DataField>INCustomerTitle</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="INDatumPrvniRegistrace">

<DataField>INDatumPrvniRegistrace</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="INEvidencniKontrola">

<DataField>INEvidencniKontrola</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="INFirstName">

<DataField>INFirstName</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="INInspectionRange">

<DataField>INInspectionRange</DataField>

<rd:TypeName>amCIS.Ciselniky.TechInspectionRange</rd:TypeName>

</Field>


-<Field Name="INInspectionResultRate">

<DataField>INInspectionResultRate</DataField>

<rd:TypeName>amCIS.Ciselniky.TechInspectionResultRate</rd:TypeName>

</Field>


-<Field Name="INInspectionTypeType">

<DataField>INInspectionTypeType</DataField>

<rd:TypeName>amCIS.Ciselniky.TechInspectionType</rd:TypeName>

</Field>


-<Field Name="INJobFinishDate">

<DataField>INJobFinishDate</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="INJobStartDate">

<DataField>INJobStartDate</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="INLabel">

<DataField>INLabel</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="INLastName">

<DataField>INLastName</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="INMECisloProtokoluSME">

<DataField>INMECisloProtokoluSME</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="INMEDatum">

<DataField>INMEDatum</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="INMENejsouPovinne">

<DataField>INMENejsouPovinne</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="INMEprovedlaSMECislo">

<DataField>INMEprovedlaSMECislo</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="INOdMeUbehloDni">

<DataField>INOdMeUbehloDni</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="INPoznamky">

<DataField>INPoznamky</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="INProbeh">

<DataField>INProbeh</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="INProtocolNumber">

<DataField>INProtocolNumber</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="INProtokolUzavren">

<DataField>INProtokolUzavren</DataField>

<rd:TypeName>amCIS.ProtokolStav</rd:TypeName>

</Field>


-<Field Name="INPSC">

<DataField>INPSC</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="INRegistracniZnacka">

<DataField>INRegistracniZnacka</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="INReportDate">

<DataField>INReportDate</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="INRokVyroby">

<DataField>INRokVyroby</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="InspectionDate">

<DataField>InspectionDate</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="InspectionDateNext">

<DataField>InspectionDateNext</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="INStreet">

<DataField>INStreet</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="INTechnik">

<DataField>INTechnik</DataField>

<rd:TypeName>amCIS.Ciselniky.MDUser</rd:TypeName>

</Field>


-<Field Name="INTechnikZSId">

<DataField>INTechnikZSId</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="INTypMotoru">

<DataField>INTypMotoru</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="INTypZakaznika">

<DataField>INTypZakaznika</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="INVehicleCategory">

<DataField>INVehicleCategory</DataField>

<rd:TypeName>amCIS.Ciselniky.VehicleCategory</rd:TypeName>

</Field>


-<Field Name="INVehicleMark">

<DataField>INVehicleMark</DataField>

<rd:TypeName>amCIS.Ciselniky.VehicleMark</rd:TypeName>

</Field>


-<Field Name="INVehicleMarkType">

<DataField>INVehicleMarkType</DataField>

<rd:TypeName>amCIS.Ciselniky.VehicleMarkType</rd:TypeName>

</Field>


-<Field Name="INVehicleType">

<DataField>INVehicleType</DataField>

<rd:TypeName>amCIS.Ciselniky.VehicleType</rd:TypeName>

</Field>


-<Field Name="INvin">

<DataField>INvin</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="JobID">

<DataField>JobID</DataField>

<rd:TypeName>System.Int64</rd:TypeName>

</Field>


-<Field Name="ReportId">

<DataField>ReportId</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>

</Fields>


-<Query>

<DataSourceName>amCIS</DataSourceName>

<CommandText>/* Local Query */</CommandText>

</Query>


-<rd:DataSetInfo>

<rd:DataSetName>amCIS</rd:DataSetName>

<rd:TableName>Inspection</rd:TableName>

<rd:ObjectDataSourceType>amCIS.Inspection, amCIS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</rd:ObjectDataSourceType>

</rd:DataSetInfo>

</DataSet>


-<DataSet Name="ZavadyLehke">


-<Fields>


-<Field Name="Code">

<DataField>Code</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="DateFrom">

<DataField>DateFrom</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="DateTo">

<DataField>DateTo</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="Description">

<DataField>Description</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="EditLocked">

<DataField>EditLocked</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="FK_DefectTypeID">

<DataField>FK_DefectTypeID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Id">

<DataField>Id</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Name">

<DataField>Name</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>

</Fields>


-<Query>

<DataSourceName>amCIS</DataSourceName>

<CommandText>/* Local Query */</CommandText>

</Query>


-<rd:DataSetInfo>

<rd:DataSetName>amCIS.Ciselniky</rd:DataSetName>

<rd:TableName>Defect</rd:TableName>

<rd:ObjectDataSourceType>amCIS.Ciselniky.Defect, amCIS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</rd:ObjectDataSourceType>

</rd:DataSetInfo>

</DataSet>


-<DataSet Name="ZavadyTezke">


-<Fields>


-<Field Name="Code">

<DataField>Code</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="DateFrom">

<DataField>DateFrom</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="DateTo">

<DataField>DateTo</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="Description">

<DataField>Description</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="EditLocked">

<DataField>EditLocked</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="FK_DefectTypeID">

<DataField>FK_DefectTypeID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Id">

<DataField>Id</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Name">

<DataField>Name</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>

</Fields>


-<Query>

<DataSourceName>amCIS</DataSourceName>

<CommandText>/* Local Query */</CommandText>

</Query>


-<rd:DataSetInfo>

<rd:DataSetName>amCIS.Ciselniky</rd:DataSetName>

<rd:TableName>Defect</rd:TableName>

<rd:ObjectDataSourceType>amCIS.Ciselniky.Defect, amCIS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</rd:ObjectDataSourceType>

</rd:DataSetInfo>

</DataSet>


-<DataSet Name="ZavadyNebezpecne">


-<Fields>


-<Field Name="Code">

<DataField>Code</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="DateFrom">

<DataField>DateFrom</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="DateTo">

<DataField>DateTo</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="Description">

<DataField>Description</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="EditLocked">

<DataField>EditLocked</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="FK_DefectTypeID">

<DataField>FK_DefectTypeID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Id">

<DataField>Id</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Name">

<DataField>Name</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>

</Fields>


-<Query>

<DataSourceName>amCIS</DataSourceName>

<CommandText>/* Local Query */</CommandText>

</Query>


-<rd:DataSetInfo>

<rd:DataSetName>amCIS.Ciselniky</rd:DataSetName>

<rd:TableName>Defect</rd:TableName>

<rd:ObjectDataSourceType>amCIS.Ciselniky.Defect, amCIS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</rd:ObjectDataSourceType>

</rd:DataSetInfo>

</DataSet>


-<DataSet Name="VehicleType">


-<Fields>


-<Field Name="Active">

<DataField>Active</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="Code">

<DataField>Code</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="CreateByID">

<DataField>CreateByID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="CreateDate">

<DataField>CreateDate</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="EditLocked">

<DataField>EditLocked</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="EmissionRequired">

<DataField>EmissionRequired</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="FK_VTSID">

<DataField>FK_VTSID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Id">

<DataField>Id</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="MaxValidityPeriod">

<DataField>MaxValidityPeriod</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="ModificationDate">

<DataField>ModificationDate</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="ModifyByID">

<DataField>ModifyByID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Name">

<DataField>Name</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="OrderNumber">

<DataField>OrderNumber</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>

</Fields>


-<Query>

<DataSourceName>amCIS</DataSourceName>

<CommandText>/* Local Query */</CommandText>

</Query>


-<rd:DataSetInfo>

<rd:DataSetName>amCIS.Ciselniky</rd:DataSetName>

<rd:TableName>VehicleType</rd:TableName>

<rd:ObjectDataSourceType>amCIS.Ciselniky.VehicleType, amCIS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</rd:ObjectDataSourceType>

</rd:DataSetInfo>

</DataSet>


-<DataSet Name="VehicleCategory">


-<Fields>


-<Field Name="Active">

<DataField>Active</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="Code">

<DataField>Code</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="CreatedByID">

<DataField>CreatedByID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="CreatedDate">

<DataField>CreatedDate</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="EditLocked">

<DataField>EditLocked</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="FK_VTSID">

<DataField>FK_VTSID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Id">

<DataField>Id</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="MaxValidityPeriod">

<DataField>MaxValidityPeriod</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="ModificationDate">

<DataField>ModificationDate</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="ModifyByID">

<DataField>ModifyByID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Name">

<DataField>Name</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="OrderNumber">

<DataField>OrderNumber</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>

</Fields>


-<Query>

<DataSourceName>amCIS</DataSourceName>

<CommandText>/* Local Query */</CommandText>

</Query>


-<rd:DataSetInfo>

<rd:DataSetName>amCIS.Ciselniky</rd:DataSetName>

<rd:TableName>VehicleCategory</rd:TableName>

<rd:ObjectDataSourceType>amCIS.Ciselniky.VehicleCategory, amCIS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</rd:ObjectDataSourceType>

</rd:DataSetInfo>

</DataSet>


-<DataSet Name="VehicleMarkType">


-<Fields>


-<Field Name="Act">

<DataField>Act</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="CDate">

<DataField>CDate</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="FK_VM">

<DataField>FK_VM</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Id">

<DataField>Id</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Name">

<DataField>Name</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>

</Fields>


-<Query>

<DataSourceName>amCIS</DataSourceName>

<CommandText>/* Local Query */</CommandText>

</Query>


-<rd:DataSetInfo>

<rd:DataSetName>amCIS.Ciselniky</rd:DataSetName>

<rd:TableName>VehicleMarkType</rd:TableName>

<rd:ObjectDataSourceType>amCIS.Ciselniky.VehicleMarkType, amCIS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</rd:ObjectDataSourceType>

</rd:DataSetInfo>

</DataSet>


-<DataSet Name="VehicleMark">


-<Fields>


-<Field Name="Active">

<DataField>Active</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="CreatedByID">

<DataField>CreatedByID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="CreatedDate">

<DataField>CreatedDate</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="EditLocked">

<DataField>EditLocked</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="FK_VTSID">

<DataField>FK_VTSID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Id">

<DataField>Id</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="ModificationDate">

<DataField>ModificationDate</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="ModifyByID">

<DataField>ModifyByID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Name">

<DataField>Name</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>

</Fields>


-<Query>

<DataSourceName>amCIS</DataSourceName>

<CommandText>/* Local Query */</CommandText>

</Query>


-<rd:DataSetInfo>

<rd:DataSetName>amCIS.Ciselniky</rd:DataSetName>

<rd:TableName>VehicleMark</rd:TableName>

<rd:ObjectDataSourceType>amCIS.Ciselniky.VehicleMark, amCIS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</rd:ObjectDataSourceType>

</rd:DataSetInfo>

</DataSet>


-<DataSet Name="InspectionResultRate">


-<Fields>


-<Field Name="Code">

<DataField>Code</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="EditLocked">

<DataField>EditLocked</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="Id">

<DataField>Id</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Name">

<DataField>Name</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>

</Fields>


-<Query>

<DataSourceName>amCIS</DataSourceName>

<CommandText>/* Local Query */</CommandText>

</Query>


-<rd:DataSetInfo>

<rd:DataSetName>amCIS.Ciselniky</rd:DataSetName>

<rd:TableName>TechInspectionResultRate</rd:TableName>

<rd:ObjectDataSourceType>amCIS.Ciselniky.TechInspectionResultRate, amCIS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</rd:ObjectDataSourceType>

</rd:DataSetInfo>

</DataSet>


-<DataSet Name="Technik">


-<Fields>


-<Field Name="BirthDate">

<DataField>BirthDate</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="CeleJmeno">

<DataField>CeleJmeno</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="CertID">

<DataField>CertID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="CertificateNumber">

<DataField>CertificateNumber</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="CertificateNumberADR">

<DataField>CertificateNumberADR</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="CreateDate">

<DataField>CreateDate</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="CreatedByID">

<DataField>CreatedByID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Description">

<DataField>Description</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="Email">

<DataField>Email</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="FirstName">

<DataField>FirstName</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="Id">

<DataField>Id</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="IsFemale">

<DataField>IsFemale</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="LastLogon">

<DataField>LastLogon</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="LastName">

<DataField>LastName</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="Locked">

<DataField>Locked</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="ModificationDate">

<DataField>ModificationDate</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="ModifyByID">

<DataField>ModifyByID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>


-<Field Name="Name">

<DataField>Name</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>


-<Field Name="Obsazen">

<DataField>Obsazen</DataField>

<rd:TypeName>System.Boolean</rd:TypeName>

</Field>


-<Field Name="UserRole">

<DataField>UserRole</DataField>

<rd:TypeName>amCIS.Ciselniky.EUserRole</rd:TypeName>

</Field>


-<Field Name="ValidFrom">

<DataField>ValidFrom</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>


-<Field Name="ValidTo">

<DataField>ValidTo</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>

</Fields>


-<Query>

<DataSourceName>amCIS</DataSourceName>

<CommandText>/* Local Query */</CommandText>

</Query>


-<rd:DataSetInfo>

<rd:DataSetName>amCIS.Ciselniky</rd:DataSetName>

<rd:TableName>MDUser</rd:TableName>

<rd:ObjectDataSourceType>amCIS.Ciselniky.MDUser, amCIS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</rd:ObjectDataSourceType>

</rd:DataSetInfo>

</DataSet>

</DataSets>


-<Body>


-<ReportItems>


-<Textbox Name="Textbox25">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Měření emisí provedla SME č.: dne č. protokolu</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>8.03108cm</Top>

<Left>0.50382cm</Left>

<Height>0.6cm</Height>

<Width>15.94166cm</Width>


-<Visibility>

<Hidden>=First(Fields!INMENejsouPovinne.Value, "Inspection")</Hidden>

</Visibility>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="INRegistracniZnacka">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=First(Fields!INRegistracniZnacka.Value, "Inspection")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>INRegistracniZnacka</rd:DefaultName>

<Top>2.78806cm</Top>

<Left>13.22182cm</Left>

<Height>0.6cm</Height>

<Width>3.7321cm</Width>

<ZIndex>1</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="INMECisloProtokoluSME">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=First(Fields!INMECisloProtokoluSME.Value, "Inspection")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>INMECisloProtokoluSME</rd:DefaultName>

<Top>8.03108cm</Top>

<Left>12.99298cm</Left>

<Height>0.6cm</Height>

<Width>3.45249cm</Width>

<ZIndex>2</ZIndex>


-<Visibility>

<Hidden>=First(Fields!INMENejsouPovinne.Value, "Inspection")</Hidden>

</Visibility>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="INMEprovedlaSMECislo">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=First(Fields!INMEprovedlaSMECislo.Value, "Inspection")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>INMEprovedlaSMECislo</rd:DefaultName>

<Top>8.03108cm</Top>

<Left>5.43035cm</Left>

<Height>0.6cm</Height>

<Width>2.5cm</Width>

<ZIndex>3</ZIndex>


-<Visibility>

<Hidden>=First(Fields!INMENejsouPovinne.Value, "Inspection")</Hidden>

</Visibility>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="INMEDatum">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=First(Fields!INMEDatum.Value, "Inspection")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

<Format>=FormatDateTime(First(Fields!INMEDatum.Value, "Inspection"),DateFormat.ShortDate)</Format>

</Style>

</TextRun>

</TextRuns>


-<Style>

<TextAlign>Left</TextAlign>

</Style>

</Paragraph>

</Paragraphs>

<rd:DefaultName>INMEDatum</rd:DefaultName>

<Top>8.03108cm</Top>

<Left>8.70588cm</Left>

<Height>0.6cm</Height>

<Width>2.16896cm</Width>

<ZIndex>4</ZIndex>


-<Visibility>

<Hidden>=First(Fields!INMENejsouPovinne.Value, "Inspection")</Hidden>

</Visibility>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox5">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Druh TP:</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>0.77639cm</Top>

<Left>0.55776cm</Left>

<Height>0.6cm</Height>

<Width>1.73813cm</Width>

<ZIndex>5</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox6">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Rozsah TP:</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>0.77639cm</Top>

<Left>6.21442cm</Left>

<Height>0.6cm</Height>

<Width>2.05563cm</Width>

<ZIndex>6</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox7">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>ID:</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>0.17639cm</Top>

<Left>12.07081cm</Left>

<Height>0.6cm</Height>

<Width>0.94438cm</Width>

<ZIndex>7</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox8">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Dne:</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>0.77639cm</Top>

<Left>12.07081cm</Left>

<Height>0.6cm</Height>

<Width>0.94438cm</Width>

<ZIndex>8</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="INReportDate">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=First(Fields!INReportDate.Value, "Inspection")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

<Format>=FormatDateTime(First(Fields!INReportDate.Value, "Inspection"),DateFormat.ShortDate)</Format>

</Style>

</TextRun>

</TextRuns>


-<Style>

<TextAlign>Left</TextAlign>

</Style>

</Paragraph>

</Paragraphs>

<rd:DefaultName>INReportDate</rd:DefaultName>

<Top>0.77639cm</Top>

<Left>13.05046cm</Left>

<Height>0.6cm</Height>

<Width>2.5cm</Width>

<ZIndex>9</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="JobID">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=First(Fields!JobID.Value, "Inspection")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>


-<Style>

<TextAlign>Left</TextAlign>

</Style>

</Paragraph>

</Paragraphs>

<rd:DefaultName>JobID</rd:DefaultName>

<Top>0.17639cm</Top>

<Left>13.04694cm</Left>

<Height>0.6cm</Height>

<Width>2.5cm</Width>

<ZIndex>10</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Name">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=First(Fields!Name.Value, "InspectionType")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Name</rd:DefaultName>

<Top>0.77639cm</Top>

<Left>2.36645cm</Left>

<Height>0.6cm</Height>

<Width>2.5cm</Width>

<ZIndex>11</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Name1">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=First(Fields!Name.Value, "InspectionRange")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Name1</rd:DefaultName>

<Top>0.77639cm</Top>

<Left>8.27005cm</Left>

<Height>0.6cm</Height>

<Width>2.5cm</Width>

<ZIndex>12</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox9">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Tovární značka:</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>1.55278cm</Top>

<Left>0.55776cm</Left>

<Height>0.6cm</Height>

<Width>4.13231cm</Width>

<ZIndex>13</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox10">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Stav poč. ujeté vzdál.:</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>4.05861cm</Top>

<Left>0.55776cm</Left>

<Height>0.6cm</Height>

<Width>4.1323cm</Width>

<ZIndex>14</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox13">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Typ motoru:</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>3.42333cm</Top>

<Left>0.55776cm</Left>

<Height>0.6cm</Height>

<Width>4.1323cm</Width>

<ZIndex>15</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox14">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>VIN (č.karoserie):</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>2.78806cm</Top>

<Left>0.55776cm</Left>

<Height>0.6cm</Height>

<Width>4.1323cm</Width>

<ZIndex>16</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox15">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Obchodní označení (Typ):</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>2.15278cm</Top>

<Left>0.55776cm</Left>

<Height>0.6cm</Height>

<Width>4.1323cm</Width>

<ZIndex>17</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="INvin">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=First(Fields!INvin.Value, "Inspection")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>INvin</rd:DefaultName>

<Top>2.78806cm</Top>

<Left>4.71172cm</Left>

<Height>0.6cm</Height>

<Width>4.4534cm</Width>

<ZIndex>18</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="INTypMotoru">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=First(Fields!INTypMotoru.Value, "Inspection")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>INTypMotoru</rd:DefaultName>

<Top>3.42333cm</Top>

<Left>4.71172cm</Left>

<Height>0.6cm</Height>

<Width>4.48868cm</Width>

<ZIndex>19</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="INProbeh">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=Sum(Fields!INProbeh.Value, "Inspection")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>


-<Style>

<TextAlign>Left</TextAlign>

</Style>

</Paragraph>

</Paragraphs>

<rd:DefaultName>INProbeh</rd:DefaultName>

<Top>4.05861cm</Top>

<Left>4.71172cm</Left>

<Height>0.6cm</Height>

<Width>4.48868cm</Width>

<ZIndex>20</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox16">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Druh vozidla:</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>1.55278cm</Top>

<Left>9.37679cm</Left>

<Height>0.6cm</Height>

<Width>3.81329cm</Width>

<ZIndex>21</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox17">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Kategorie vozidla:</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>2.15278cm</Top>

<Left>9.37679cm</Left>

<Height>0.6cm</Height>

<Width>3.81329cm</Width>

<ZIndex>22</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox18">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Registrační značka:</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>2.78806cm</Top>

<Left>9.37679cm</Left>

<Height>0.6cm</Height>

<Width>3.80975cm</Width>

<ZIndex>23</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox19">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Rok výroby:</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>3.42333cm</Top>

<Left>9.37679cm</Left>

<Height>0.6cm</Height>

<Width>3.81329cm</Width>

<ZIndex>24</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox20">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Datum první registrace:</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>4.05861cm</Top>

<Left>9.37679cm</Left>

<Height>0.6cm</Height>

<Width>3.80975cm</Width>

<ZIndex>25</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="INRokVyroby">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=Sum(Fields!INRokVyroby.Value, "Inspection")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>


-<Style>

<TextAlign>Left</TextAlign>

</Style>

</Paragraph>

</Paragraphs>

<rd:DefaultName>INRokVyroby</rd:DefaultName>

<Top>3.42333cm</Top>

<Left>13.22182cm</Left>

<Height>0.6cm</Height>

<Width>3.7321cm</Width>

<ZIndex>26</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="INDatumPrvniRegistrace">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=First(Fields!INDatumPrvniRegistrace.Value, "Inspection")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

<Format>=FormatDateTime(First(Fields!INDatumPrvniRegistrace.Value, "Inspection"),DateFormat.ShortDate)</Format>

</Style>

</TextRun>

</TextRuns>


-<Style>

<TextAlign>Left</TextAlign>

</Style>

</Paragraph>

</Paragraphs>

<rd:DefaultName>INDatumPrvniRegistrace</rd:DefaultName>

<Top>4.05861cm</Top>

<Left>13.22182cm</Left>

<Height>0.6cm</Height>

<Width>3.7321cm</Width>

<ZIndex>27</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox21">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Provozovatel vozidla:</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>4.97843cm</Top>

<Left>0.50381cm</Left>

<Height>0.6cm</Height>

<Width>4.30868cm</Width>

<ZIndex>28</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox22">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Titul, Jméno Příjmení:</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>5.75482cm</Top>

<Left>0.50381cm</Left>

<Height>0.6cm</Height>

<Width>4.30869cm</Width>

<ZIndex>29</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox23">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>Ulice čp.:</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>6.35482cm</Top>

<Left>0.50381cm</Left>

<Height>0.6cm</Height>

<Width>4.30868cm</Width>

<ZIndex>30</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox24">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>PSČ, město:</Value>

<Style/>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>6.9901cm</Top>

<Left>0.50381cm</Left>

<Height>0.6cm</Height>

<Width>4.30868cm</Width>

<ZIndex>31</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="CeleJmenoSTitulem">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=First(Fields!CeleJmenoSTitulem.Value, "Inspection")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>CeleJmenoSTitulem</rd:DefaultName>

<Top>5.75482cm</Top>

<Left>4.8125cm</Left>

<Height>0.6cm</Height>

<Width>5.03527cm</Width>

<ZIndex>32</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="AdresaMesto">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=First(Fields!AdresaMesto.Value, "Inspection")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>AdresaMesto</rd:DefaultName>

<Top>6.9901cm</Top>

<Left>4.84776cm</Left>

<Height>0.6cm</Height>

<Width>5cm</Width>

<ZIndex>33</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="INStreet">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>=First(Fields!INStreet.Value, "Inspection")</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>INStreet</rd:DefaultName>

<Top>6.35482cm</Top>

<Left>4.84776cm</Left>

<Height>0.6cm</Height>

<Width>5cm</Width>

<ZIndex>34</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Textbox Name="Textbox26">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>ZÁVADY ZJIŠTĚNÉ NA VOZIDLE:</Value>


-<Style>

<TextDecoration>Underline</TextDecoration>

</Style>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</rd:DefaultName>

<Top>8.92073cm</Top>

<Left>0.50378cm</Left>

<Height>0.6cm</Height>

<Width>6.08139cm</Width>

<ZIndex>35</ZIndex>


-<Style>


-<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>


-<Tablix Name="Tablix1">


-<TablixBody>


-<TablixColumns>


-<TablixColumn>

<Width>1.21546in</Width>

</TablixColumn>


-<TablixColumn>

<Width>5.06079in</Width>

</TablixColumn>

</TablixColumns>


-<TablixRows>


-<TablixRow>

<Height>0.23622in</Height>


-<TablixCells>


-<TablixCell>


-<CellContents>


-<Textbox Name="Textbox44">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>LEHKE (A)</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox44</rd:DefaultName>


-<Style>


-<Border>

<Color>LightGrey</Color>

<Style>Solid</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>

</CellContents>

</TablixCell>


-<TablixCell>


-<CellContents>


-<Textbox Name="Textbox46">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>


-<Paragraphs>


-<Paragraph>


-<TextRuns>


-<TextRun>

<Value>= CountRows()</Value>


-<Style>

<FontWeight>Bold</FontWeight>

</Style>

</TextRun>

</TextRuns>

<Style/>

</Paragraph>

</Paragraphs>
Nahlásit jako SPAM
IP: 78.80.100.–
Manželka programátora pošle svého muže koupit chleba s dovětkem kdyby měly housky přines jich deset! Co přinese programátor??
Zjistit počet nových příspěvků

Přidej příspěvek

Toto téma je starší jak čtvrt roku – přidej svůj příspěvek jen tehdy, máš-li k tématu opravdu co říct!

Ano, opravdu chci reagovat → zobrazí formulář pro přidání příspěvku

×Vložení zdrojáku

×Vložení obrázku

Vložit URL obrázku Vybrat obrázek na disku
Vlož URL adresu obrázku:
Klikni a vyber obrázek z počítače:

×Vložení videa

Aktuálně jsou podporována videa ze serverů YouTube, Vimeo a Dailymotion.
×
 
Podporujeme Gravatara.
Zadej URL adresu Avatara (40 x 40 px) nebo emailovou adresu pro použití Gravatara.
Email nikam neukládáme, po získání Gravatara je zahozen.
-
Pravidla pro psaní příspěvků, používej diakritiku. ENTER pro nový odstavec, SHIFT + ENTER pro nový řádek.
Sledovat nové příspěvky (pouze pro přihlášené)
Sleduj vlákno a v případě přidání nového příspěvku o tom budeš vědět mezi prvními.
Reaguješ na příspěvek:

Uživatelé prohlížející si toto vlákno

Uživatelé on-line: 0 registrovaných, 4 hosté

 

Hostujeme u Českého hostingu       ISSN 1801-1586       ⇡ Nahoru Webtea.cz logo © 20032024 Programujte.com
Zasadilo a pěstuje Webtea.cz, šéfredaktor Lukáš Churý