powered by simpleCommunicator - 2.0.59     © 2025 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / XML, XSL, XPath, XQuery [игнор отключен] [закрыт для гостей] / Подскажите пожалуйста куда можно вклеить текстовую форму для ввода
1 сообщений из 1, страница 1 из 1
Подскажите пожалуйста куда можно вклеить текстовую форму для ввода
    #34649654
32sasha
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Подскажите пожалуйста куда можно вклеить текстовую форму для ввода
к примеру <textarea name="01" cols="30" rows="5" wrap="on"></textarea>. Возможно я неправильно написал, исправьте пожалуйста и включите в этот документ.
Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
  <DataSources>
    <DataSource Name="test">
      <ConnectionProperties>
        <IntegratedSecurity>true</IntegratedSecurity>
        <ConnectString>Data Source=PROJECTSRV;Initial Catalog=ProjectServer</ConnectString>
        <DataProvider>SQL</DataProvider>
      </ConnectionProperties>
      <rd:DataSourceID>378cb39e-3a73- 4939 -b008-e45750244be8</rd:DataSourceID>
    </DataSource>
  </DataSources>
  <BottomMargin> 2 .5cm</BottomMargin>
  <RightMargin> 2 .5cm</RightMargin>
  <PageWidth>21cm</PageWidth>
  <rd:DrawGrid>true</rd:DrawGrid>
  <InteractiveWidth>21cm</InteractiveWidth>
  <rd:GridSpacing> 0 .25cm</rd:GridSpacing>
  <rd:SnapToGrid>true</rd:SnapToGrid>
  <Body>
    <ColumnSpacing>1cm</ColumnSpacing>
    <Height>5cm</Height>
  </Body>
  <rd:ReportID>6d1e7402-e8db-477b-bd29-19054678901d</rd:ReportID>
  <LeftMargin> 2 .5cm</LeftMargin>
  <DataSets>
    <DataSet Name="ProjectServer">
      <Query>
        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
        <CommandText>select ProjectEnterpriseText9 

from MSP_VIEW_PROJ_PROJECTS_ENT

where  ENT_ProjectUniqueID =  194 </CommandText>
        <DataSourceName>test</DataSourceName>
      </Query>
      <Fields>
        <Field Name="ProjectEnterpriseText9">
          <rd:TypeName>System.String</rd:TypeName>
          <DataField>ProjectEnterpriseText9</DataField>
        </Field>
      </Fields>
    </DataSet>
  </DataSets>
  <Width>16cm</Width>
  <InteractiveHeight> 29 .7cm</InteractiveHeight>
  <Language>en-US</Language>
  <PageFooter>
    <ReportItems>
      <Textbox Name="textbox1">
        <Top> 0 .5cm</Top>
        <rd:DefaultName>textbox1</rd:DefaultName>
        <Style>
          <PaddingLeft>2pt</PaddingLeft>
          <PaddingBottom>2pt</PaddingBottom>
          <PaddingRight>2pt</PaddingRight>
          <PaddingTop>2pt</PaddingTop>
        </Style>
        <CanGrow>true</CanGrow>
        <Value>=User!UserID + "-" +Globals!ExecutionTime</Value>
      </Textbox>
    </ReportItems>
    <Height> 1 .13492cm</Height>
    <PrintOnLastPage>true</PrintOnLastPage>
    <PrintOnFirstPage>true</PrintOnFirstPage>
  </PageFooter>
  <TopMargin> 2 .5cm</TopMargin>
  <PageHeight> 29 .7cm</PageHeight>
</Report>
Документ используется в Reporting Services
...
Рейтинг: 0 / 0
1 сообщений из 1, страница 1 из 1
Форумы / XML, XSL, XPath, XQuery [игнор отключен] [закрыт для гостей] / Подскажите пожалуйста куда можно вклеить текстовую форму для ввода
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]